RelLineTo
Contents
[
Hide
]RelLineTo class
Contains x- and y-coordinates of the ending vertex of a straight line segment. These coordinates are contained in the X and Y elements, respectively.Coordinates are specified as relative coordinates.
Constructors
| Name | Description |
|---|---|
| RelLineTo | Creates an instance of the LineTo 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 a straight line segment. |
| Y | DoubleValue | The y-coordinate of the ending vertex of a straight line segment. |
Methods
| Name | Description |
|---|---|
| deepClone | Creates deep copy of this instance. |
RelLineTo()
Creates an instance of the LineTo class.
RelLineTo.IX property
The zero-based index of the element within its parent element.
Type: int
RelLineTo.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
RelLineTo.X property
The x-coordinate of the ending vertex of a straight line segment.
Type: DoubleValue
RelLineTo.Y property
The y-coordinate of the ending vertex of a straight line segment.
Type: DoubleValue
deepClone()
Creates deep copy of this instance.