ShareX/ShareX.ScreenCaptureLib/Shapes/Drawing
2016-09-05 19:27:35 +03:00
..
ArrowDrawingShape.cs Use round cap for line drawing 2016-08-19 07:55:47 +03:00
BaseDrawingShape.cs Added shape category 2016-09-02 10:09:24 +03:00
EllipseDrawingShape.cs BaseShape refactor, shape update logic moved to BaseShape 2016-08-03 08:35:34 +03:00
FreehandDrawingShape.cs Use DrawLines method instead of AddLine loop 2016-09-02 19:53:53 +03:00
ImageDrawingShape.cs Added ShowNodes virtual function to BaseShape instead of using ShowResizeNodes property 2016-08-24 16:59:53 +03:00
LineDrawingShape.cs Fix line, arrow anti aliasing issue when doing horizontal or vertical lines 2016-09-03 12:06:51 +03:00
RectangleDrawingShape.cs Removed corner radius setting from rectangle drawing, don't override OnDraw in rounded rectangle shape to use rectangle shape with corner radius assigned, don't show corner radius setting for speech balloon until it can be resolved 2016-09-03 11:26:02 +03:00
RoundedRectangleDrawingShape.cs Fix line, arrow anti aliasing issue when doing horizontal or vertical lines 2016-09-03 12:06:51 +03:00
SpeechBalloonDrawingShape.cs Use Move to shift all shapes, override move method to move speech balloon tail 2016-09-05 19:27:35 +03:00
StepDrawingShape.cs Added ShowNodes virtual function to BaseShape instead of using ShowResizeNodes property 2016-08-24 16:59:53 +03:00
TextDrawingShape.cs Added corner radius setting to rectangle and text drawing, dynamic pixel offset mode depending on border size to fix anti aliasing issues 2016-09-02 18:48:03 +03:00