Class
ArcSegmentData

Represents an elliptical arc between two points.

Definition

Constructors

ArcSegmentData()

Declaration

cs-api-definition
public ArcSegmentData()

Properties

IsLargeArc

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

Declaration

cs-api-definition
public bool IsLargeArc { get; set; }

Property Value

bool

Point

Gets or sets the endpoint of the elliptical arc.

Declaration

cs-api-definition
public Location Point { get; set; }

Property Value

Location

RotationAngle

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

Declaration

cs-api-definition
public double RotationAngle { get; set; }

Property Value

double

Size

Gets or sets the x- and y-radius of the arc as a Size structure. The x and y elements are given in degrees.

Declaration

cs-api-definition
public Size Size { get; set; }

Property Value

Size

SweepDirection

Gets or sets a value that specifies whether the arc is drawn in the Clockwise or Counterclockwise direction.

Declaration

cs-api-definition
public SweepDirection SweepDirection { get; set; }

Property Value

SweepDirection