EllipticalArcTo
Contents
[
Hide
]EllipticalArcTo class
Contains elements that specify information about an elliptical arc.
EllipticalArcTo()
Creates an instance of the EllipticalArcTo class.
Properties
| Name | Type | Description |
|---|---|---|
| IX | int | The zero-based index of the element within its parent element. |
| Del | int | A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted loca |
| X | DoubleValue | The x-coordinate of the ending vertex of an elliptical arc. |
| Y | DoubleValue | The y-coordinate of the ending vertex of an elliptical arc. |
| A | DoubleValue | The x-coordinate of the arc’s control point. The control point is best located about halfway between the beginning and e |
| B | DoubleValue | The y-coordinate of an arc’s control point. |
| C | DoubleValue | The angle of an arc’s major axis relative to the x-axis of its parent. |
| D | DoubleValue | The ratio of an arc’s major axis to its minor axis. Despite the usual meaning of these words, the major axis does not ha |
Methods
| Name | Description |
|---|---|
| deepClone | Creates deep copy of this instance. |