RelMoveTo
RelMoveTo class
Contains the x- and y-coordinates of the first vertex of a shape, or contains the x- and y-coordinates of the first vertex after a break in a path.Coordinates are specified as relative coordinates.
Constructors
| Name | Description |
|---|---|
| RelMoveTo | Creates an instance of the MoveTo 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 | X element represents the x-coordinate of the first vertex of a path. If the MoveTo element appears between two elements, |
| Y | DoubleValue | Y element represents the y-coordinate of the first vertex of a path. If the MoveTo element appears between two elements, |
Methods
| Name | Description |
|---|---|
| deepClone | Creates deep copy of this instance. |
RelMoveTo()
Creates an instance of the MoveTo class.
RelMoveTo.IX property
The zero-based index of the element within its parent element.
Type: int
RelMoveTo.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
RelMoveTo.X property
X element represents the x-coordinate of the first vertex of a path. If the MoveTo element appears between two elements, the X element represents the x-coordinate of the first vertex after the break in the path
Type: DoubleValue
RelMoveTo.Y property
Y element represents the y-coordinate of the first vertex of a path. If the MoveTo element appears between two elements, the Y element represents the y-coordinate of the first vertex after the break in the path.
Type: DoubleValue
deepClone()
Creates deep copy of this instance.