Constructor Summary |
---|
Geom()
Constructor. |
Property Getters/Setters Summary | ||
---|---|---|
method | getCoordinateCol() | |
Collection of coordinates. It shows sequence of coordinates.
|
||
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 | getIX() | |
method | setIX(value) | |
The zero-based index of the element within its parent element. | ||
method | getNextCoordinateIX() | |
Returns IX value for next shape's coordinate collection member.
|
||
method | getNoFill() | |
method | setNoFill(value) | |
Specifies whether a path can be filled. | ||
method | getNoLine() | |
method | setNoLine(value) | |
Specifies whether a line is drawn around the boundary of the path. | ||
method | getNoQuickDrag() | |
method | setNoQuickDrag(value) | |
Determines whether a shape can be selected or dragged when the user clicks the filled area defined by the Geometry section. | ||
method | getNoShow() | |
method | setNoShow(value) | |
Specifies whether a path is displayed on the drawing page. | ||
method | getNoSnap() | |
method | setNoSnap(value) | |
Specifies whether other shapes snap to a path. |
Method Summary | ||
---|---|---|
method | deepClone() | |
Creates deep copy of this instance.
|
int getIX() / setIX(value)
int getDel() / setDel(value)
CoordinateCollection getCoordinateCol()
BoolValue getNoFill() / setNoFill(value)
BoolValue getNoLine() / setNoLine(value)
BoolValue getNoShow() / setNoShow(value)
BoolValue getNoSnap() / setNoSnap(value)
BoolValue getNoQuickDrag() / setNoQuickDrag(value)
int getNextCoordinateIX()