PieShape.PieShape

PieShape()

Initializes a new instance of the PieShape class.

public PieShape()

See Also


PieShape(RectangleF, float, float)

Initializes a new instance of the PieShape class.

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

See Also