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