ASP.NET Pack Programmer's Guide
ArcSegment Members
Constructors 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 Methods

  Name Description

addTo

Segment.addTo override.

getIsCounterclockwise

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

getIsLargeArc

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

getPoint

Gets the endpoint of the elliptical arc.

getRotationAngle

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

getSize

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

setIsCounterclockwise

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

setIsLargeArc

Sets a value that indicates whether the arc should be greater than 180 degrees.

setPoint

Sets the endpoint of the elliptical arc.

setRotationAngle

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

setSize

Sets the x- and y-radius of the arc as a Size structure.

 See Also

ArcSegment Class
MindFusion.Gauges Namespace