XpsArcSegment class

XpsArcSegment class

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

Inheritance: XpsArcSegmentXpsPathSegmentXpsObject

The XpsArcSegment type exposes the following members:

Properties

PropertyDescription
is_strokedReturns/sets the value specifying whether the stroke for this segment of the path is drawn.
pointReturns/sets the endpoint of the elliptical arc.
sizeReturns/sets the x and y radius of the elliptical arc as an x,y pair.
rotation_angleReturns/sets value indicating how the ellipse is rotated relative to the current coordinate system.
is_large_arcReturns/sets value determining whether the arc is drawn with a sweep of 180 or greater.
sweep_directionReturns/sets value specifying the direction in which the arc is drawn.

Methods

MethodDescription
cloneClones this arc segment.

See Also