Property Getters/Setters Summary | ||
---|---|---|
function | getBeginX() | |
function | setBeginX(value) | |
Represents the x-coordinate of the begin point of the 1-D shape, in relation to the origin of its parent. | ||
function | getBeginY() | |
function | setBeginY(value) | |
Represents the y-coordinate of the begin point of the 1-D shape, in relation to the origin of its parent. | ||
function | getDel() | |
function | setDel(value) | |
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. | ||
function | getEndX() | |
function | setEndX(value) | |
Represents the x-coordinate of the end point of a 1-D shape in relation to the origin of its parent. | ||
function | getEndY() | |
function | setEndY(value) | |
Represents the y-coordinate of the end point of a 1-D shape in relation to the origin of its parent. |
Method Summary | ||
---|---|---|
function | deepClone() | |
Creates deep copy of this instance. |
Property Getters/Setters Detail |
---|
getDel/setDel : Number | |
function getDel() / function setDel(value) |
getBeginX/setBeginX : DoubleValue | |
function getBeginX() / function setBeginX(value) |
getBeginY/setBeginY : DoubleValue | |
function getBeginY() / function setBeginY(value) |
getEndX/setEndX : DoubleValue | |
function getEndX() / function setEndX(value) |
getEndY/setEndY : DoubleValue | |
function getEndY() / function setEndY(value) |
Method Detail |
---|
deepClone | |
function deepClone() |