Constructor ArcSegment
- Namespace
- PaintDotNet.UI.Media
- Assembly
- PaintDotNet.UI.dll
ArcSegment()
public ArcSegment()
ArcSegment(Point2Double, SizeDouble, double, bool, SweepDirection)
public ArcSegment(Point2Double point, SizeDouble size, double rotationAngle, bool isLargeArc, SweepDirection sweepDirection)
Parameters
point
Point2Doublesize
SizeDoublerotationAngle
doubleisLargeArc
boolsweepDirection
SweepDirection
ArcSegment(Point2Double, SizeDouble, double, bool, SweepDirection, bool)
public ArcSegment(Point2Double point, SizeDouble size, double rotationAngle, bool isLargeArc, SweepDirection sweepDirection, bool isStroked)
Parameters
point
Point2Doublesize
SizeDoublerotationAngle
doubleisLargeArc
boolsweepDirection
SweepDirectionisStroked
bool