Search
ArcSegment Members
Constructors Properties Methods
 


Represents an elliptical arc between two points.

The following tables list the members exposed by the ArcSegment type.

 Public Constructors

  Name Description

ArcSegment

Creates an instance of ArcSegment class.

 Public Properties

  Name Description

isCounterclockwise

Gets or sets a value that indicates whether the arc is drawn in counterclockwise or clockwise direction.

isLargeArc

Gets or sets a value that indicates whether the arc should be greater than 180 degrees.

point

Gets or sets the endpoint of the elliptical arc.

rotationAngle

Gets or sets the amount (in degrees) by which the ellipse is rotated about the x-axis.

size

Gets or sets the x- and y-radius of the arc as a Size structure.

 Public Methods

  Name Description

addTo

Segment.addTo override.

 See Also