ArcShape.ArcShape

ArcShape()

Initializes a new instance of the ArcShape class.

public ArcShape()

See Also


ArcShape(RectangleF, float, float)

Initializes a new instance of the ArcShape class.

public ArcShape(RectangleF rectangle, float startAngle, float sweepAngle)
ParameterTypeDescription
rectangleRectangleFThe rectangle.
startAngleSingleThe start angle.
sweepAngleSingleThe sweep angle.

See Also


ArcShape(RectangleF, float, float, bool)

Initializes a new instance of the ArcShape class.

public ArcShape(RectangleF rectangle, float startAngle, float sweepAngle, bool isClosed)
ParameterTypeDescription
rectangleRectangleFThe rectangle.
startAngleSingleThe start angle.
sweepAngleSingleThe sweep angle.
isClosedBooleanIf set to true the arc is closed. The closed arc is actually degenereates to an ellipse.

See Also