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

ConstructorDescription
Geom()Constructor.

Properties

PropertyDescription
ixThe zero-based index of the element within its parent element.
coordinate_colCollection of coordinates. It shows sequence of coordinates.
no_fillSpecifies whether a path can be filled.
no_lineSpecifies whether a line is drawn around the boundary of the path.
no_showSpecifies whether a path is displayed on the drawing page.
no_snapSpecifies whether other shapes snap to a path.
no_quick_dragDetermines whether a shape can be selected or dragged when the user clicks the filled area defined by the Geometry section.
next_coordinate_ixReturns IX value for next shape’s coordinate collection member.

Methods

MethodDescription
clone()Creates deep copy of this instance.

See Also