EllipticalArcTo class
EllipticalArcTo class
Contains elements that specify information about an elliptical arc.
Inheritance: EllipticalArcTo → Coordinate
The EllipticalArcTo type exposes the following members:
Constructors
Constructor | Description |
---|---|
EllipticalArcTo() | Creates an instance of the EllipticalArcTo class. |
Properties
Property | Description |
---|---|
ix | The zero-based index of the element within its parent element. |
x | The x-coordinate of the ending vertex of an elliptical arc. |
y | The y-coordinate of the ending vertex of an elliptical arc. |
a | The x-coordinate of the arc’s control point. The control point is best located about halfway between the beginning and ending vertices of the arc. Otherwise, the arc may grow to an extreme size in order to pass through the control point, with unpredictable results. |
b | The y-coordinate of an arc’s control point. |
c | The angle of an arc’s major axis relative to the x-axis of its parent. |
d | The ratio of an arc’s major axis to its minor axis. Despite the usual meaning of these words, the major axis does not have to be greater than the minor axis, so this ratio does not have to be greater than 1. Setting this element to a value less than or equal to 0 or greater than 1000 can lead to unpredictable results. |
Methods
Method | Description |
---|---|
clone() | Creates deep copy of this instance. |
See Also
- module aspose.diagram
- class Coordinate