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.

public class Geom : ICloneable

Constructors

Name Description
Geom() Constructor.

Properties

Name Description
CoordinateCol { get; } Collection of coordinates. It shows sequence of coordinates.
Del { get; set; } A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally.
IX { get; set; } The zero-based index of the element within its parent element.
NextCoordinateIX { get; } Returns IX value for next shape’s coordinate collection member.
NoFill { get; set; } Specifies whether a path can be filled.
NoLine { get; set; } Specifies whether a line is drawn around the boundary of the path.
NoQuickDrag { get; set; } Determines whether a shape can be selected or dragged when the user clicks the filled area defined by the Geometry section.
NoShow { get; set; } Specifies whether a path is displayed on the drawing page.
NoSnap { get; set; } Specifies whether other shapes snap to a path.

Methods

Name Description
Clone() Creates deep copy of this instance.

See Also