Methods

deepClone() → Object

Creates deep copy of this instance.

Returns

Object 

getBeginX()

Represents the x-coordinate of the begin point of the 1-D shape, in relation to the origin of its parent.

getBeginY()

Represents the y-coordinate of the begin point of the 1-D shape, in relation to the origin of its parent.

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.

getEndX()

Represents the x-coordinate of the end point of a 1-D shape in relation to the origin of its parent.

getEndY()

Represents the y-coordinate of the end point of a 1-D shape in relation to the origin of its parent.

setBeginX()

Represents the x-coordinate of the begin point of the 1-D shape, in relation to the origin of its parent.

setBeginY()

Represents the y-coordinate of the begin point of the 1-D shape, in relation to the origin of its parent.

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.

setEndX()

Represents the x-coordinate of the end point of a 1-D shape in relation to the origin of its parent.

setEndY()

Represents the y-coordinate of the end point of a 1-D shape in relation to the origin of its parent.