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