Geom class
Geom class
Contains elements that specify the coordinates of the vertices for the lines and arcs that make up the shape. If the shape has more than one path, there is a Geom element for each path.
The Geom type exposes the following members:
Constructors
Constructor | Description |
---|
Geom() | Constructor. |
Properties
Property | Description |
---|
ix | The zero-based index of the element within its parent element. |
coordinate_col | Collection of coordinates. It shows sequence of coordinates. |
no_fill | Specifies whether a path can be filled. |
no_line | Specifies whether a line is drawn around the boundary of the path. |
no_show | Specifies whether a path is displayed on the drawing page. |
no_snap | Specifies whether other shapes snap to a path. |
no_quick_drag | Determines whether a shape can be selected or dragged when the user clicks the filled area defined by the Geometry section. |
next_coordinate_ix | Returns IX value for next shape’s coordinate collection member. |
Methods
Method | Description |
---|
clone() | Creates deep copy of this instance. |
See Also