[]
type ArcSegmentProperties = object;
Provides settings for creating an elliptical arc between two points.
optional arcSize?: ArcSize;
A value that specifies whether the given arc is larger than 180 degrees.
optional point?: Point;
The end point of the arc.
optional rotationAngle?: number;
A value that specifies how many degrees in the clockwise direction the ellipse is rotated relative to the current coordinate system.
optional size?: Size;
The x-radius and y-radius of the arc.
optional sweepDirection?: SweepDirection;
A value that specifies whether the arc sweep is clockwise or counterclockwise.