ShareX/ShareX.ScreenCaptureLib/Shapes
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
..
Drawing Cleanup code 2018-04-29 01:38:21 +03:00
Effect Update year 2018-01-01 17:59:14 +03:00
Region Update year 2018-01-01 17:59:14 +03:00
Tool NuGet update, rename few classes 2018-04-08 12:12:52 +03:00
AnnotationOptions.cs Add Blob Emoji folder to initial config 2018-03-16 22:58:51 +03:00
BaseShape.cs CodeMaid cleanup 2018-03-01 01:52:11 +03:00
ShapeManager.cs Use editor canvas color option in editor 2018-04-16 18:02:54 +03:00
ShapeManagerMenu.cs Added form parameter to PickColor method to be able to show color picker in front of top most forms 2018-04-24 10:15:19 +03:00
StickerPackInfo.cs CodeMaid cleanup 2018-03-01 01:52:11 +03:00
TextDrawingOptions.cs Update year 2018-01-01 17:59:14 +03:00