Class XpsArcSegment

XpsArcSegment class

Class incapsulating ArcSegment element features. This element describes an elliptical arc.

public class XpsArcSegment : XpsPathSegment

Properties

NameDescription
IsLargeArc { get; set; }Returns/sets value determining whether the arc is drawn with a sweep of 180 or greater.
IsStroked { get; set; }Returns/sets the value specifying whether the stroke for this segment of the path is drawn.
Point { get; set; }Returns/sets the endpoint of the elliptical arc.
RotationAngle { get; set; }Returns/sets value indicating how the ellipse is rotated relative to the current coordinate system.
Size { get; set; }Returns/sets the x and y radius of the elliptical arc as an x,y pair.
SweepDirection { get; set; }Returns/sets value specifying the direction in which the arc is drawn.

Methods

NameDescription
Clone()Clones this arc segment.

See Also