Geom

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.

Geom()

Constructor.

Properties

NameTypeDescription
IXintThe zero-based index of the element within its parent element.
DelintA flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted loca
CoordinateColCoordinateCollectionCollection of coordinates. It shows sequence of coordinates.
NoFillBoolValueSpecifies whether a path can be filled.
NoLineBoolValueSpecifies whether a line is drawn around the boundary of the path.
NoShowBoolValueSpecifies whether a path is displayed on the drawing page.
NoSnapBoolValueSpecifies whether other shapes snap to a path.
NoQuickDragBoolValueDetermines whether a shape can be selected or dragged when the user clicks the filled area defined by the Geometry secti
NextCoordinateIXintReturns IX value for next shape’s coordinate collection member.

Methods

NameDescription
deepCloneCreates deep copy of this instance.