Table of Contents

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 Point2Double
size SizeDouble
rotationAngle double
isLargeArc bool
sweepDirection SweepDirection

ArcSegment(Point2Double, SizeDouble, double, bool, SweepDirection, bool)

public ArcSegment(Point2Double point, SizeDouble size, double rotationAngle, bool isLargeArc, SweepDirection sweepDirection, bool isStroked)

Parameters

point Point2Double
size SizeDouble
rotationAngle double
isLargeArc bool
sweepDirection SweepDirection
isStroked bool