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.

new RelMoveTo()

Creates an instance of the MoveTo class.

Methods

NameDescription
deepClone()Creates deep copy of this instance.
getDel()A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted loca
getIX()The zero-based index of the element within its parent element.
getX()X element represents the x-coordinate of the first vertex of a path. If the MoveTo element appears between two elements,
getY()Y element represents the y-coordinate of the first vertex of a path. If the MoveTo element appears between two elements,
setDel()A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted loca
setIX()The zero-based index of the element within its parent element.
setX()X element represents the x-coordinate of the first vertex of a path. If the MoveTo element appears between two elements,
setY()Y element represents the y-coordinate of the first vertex of a path. If the MoveTo element appears between two elements,

deepClone()

Creates deep copy of this instance.

Returns: Object — Object

getDel()

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.

getIX()

The zero-based index of the element within its parent element.

getX()

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

getY()

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.

setDel()

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.

setIX()

The zero-based index of the element within its parent element.

setX()

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

setY()

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.