ShareX/ShareX.ScreenCaptureLib/Shapes/Drawing
Ivan Bidolakh aa1e8afe43 Cleanup code
newPoints is array of structs "System.Drawing.Point". Any element of an array can not be null. That expression (newPoints[i] == null) always return false. So, we can remove this cycle without changes in program logic.
2018-04-29 01:38:21 +03:00
..
ArrowDrawingShape.cs Update year 2018-01-01 17:59:14 +03:00
BaseDrawingShape.cs Added shadow color option 2018-01-30 20:14:28 +03:00
CursorDrawingShape.cs CodeMaid cleanup 2018-03-01 01:52:11 +03:00
EllipseDrawingShape.cs Update year 2018-01-01 17:59:14 +03:00
FreehandDrawingShape.cs Update year 2018-01-01 17:59:14 +03:00
ImageDrawingShape.cs fixed #3304: When pasting image, inserting image file or inserting image from screen show insert image dialog which allows automatically expanding canvas to bottom or right side and inserting image there 2018-04-16 14:50:19 +03:00
ImageFileDrawingShape.cs Holding Ctrl will ignore shape intersection that way user can draw rectangle inside rectangle without select it 2018-04-09 12:10:19 +03:00
ImageScreenDrawingShape.cs Inherit ImageDrawingShape in other image drawing shapes 2018-01-09 15:15:57 +03:00
LineDrawingShape.cs Cleanup code 2018-04-29 01:38:21 +03:00
RectangleDrawingShape.cs Update year 2018-01-01 17:59:14 +03:00
SpeechBalloonDrawingShape.cs Update year 2018-01-01 17:59:14 +03:00
StepDrawingShape.cs Added shadow color option 2018-01-30 20:14:28 +03:00
StickerDrawingShape.cs Holding Ctrl will ignore shape intersection that way user can draw rectangle inside rectangle without select it 2018-04-09 12:10:19 +03:00
TextDrawingShape.cs Added shadow color option 2018-01-30 20:14:28 +03:00
TextOutlineDrawingShape.cs Added shadow color option 2018-01-30 20:14:28 +03:00