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