[]
Describes an elliptical arc between two points.
public struct ArcSegment
A value that specifies whether the given arc is larger than 180 degrees.
public ArcSize ArcSize
The end point of the arc.
public PointF Point
A value that specifies how many degrees in the clockwise direction the ellipse is rotated relative to the current coordinate system.
public float RotationAngle
The x-radius and y-radius of the arc.
public SizeF Size
A value that specifies whether the arc sweep is clockwise or counterclockwise.
public SweepDirection SweepDirection