Constructor Summary |
---|
RelLineTo()
Creates an instance of the |
Property Getters/Setters Summary | ||
---|---|---|
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 | getIX() | |
function | setIX(value) | |
The zero-based index of the element within its parent element. | ||
function | getX() | |
function | setX(value) | |
The x-coordinate of the ending vertex of a straight line segment. | ||
function | getY() | |
function | setY(value) | |
The y-coordinate of the ending vertex of a straight line segment. |
Method Summary | ||
---|---|---|
function | deepClone() | → inherited from Coordinate |
Creates deep copy of this instance. |
Constructor Detail |
---|
function RelLineTo()
Property Getters/Setters Detail |
---|
getIX/setIX : Number | |
function getIX() / function setIX(value) |
getDel/setDel : Number | |
function getDel() / function setDel(value) |
getX/setX : DoubleValue | |
function getX() / function setX(value) |
getY/setY : DoubleValue | |
function getY() / function setY(value) |
Method Detail |
---|
deepClone | |
function deepClone() |