RelEllipticalArcTo
RelEllipticalArcTo class
Contains elements that specify information about an elliptical arc.Coordinates are specified as relative coordinates.
Constructors
| Name | Description |
|---|---|
| RelEllipticalArcTo | 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. |
RelEllipticalArcTo()
Creates an instance of the EllipticalArcTo class.
RelEllipticalArcTo.IX property
The zero-based index of the element within its parent element.
Type: int
RelEllipticalArcTo.Del property
A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant.
Type: int
RelEllipticalArcTo.X property
The x-coordinate of the ending vertex of an elliptical arc.
Type: DoubleValue
RelEllipticalArcTo.Y property
The y-coordinate of the ending vertex of an elliptical arc.
Type: DoubleValue
RelEllipticalArcTo.A property
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.
Type: DoubleValue
RelEllipticalArcTo.B property
The y-coordinate of an arc’s control point.
Type: DoubleValue
RelEllipticalArcTo.C property
The angle of an arc’s major axis relative to the x-axis of its parent.
Type: DoubleValue
RelEllipticalArcTo.D property
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.
Type: DoubleValue
deepClone()
Creates deep copy of this instance.