Represents connected series of lines that form a closed shape.

System.Object
  Docentric.Documents.ObjectModel.Geometry.Polygon

Namespace: Docentric.Documents.ObjectModel.Geometry
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public class Polygon

The Polygon type exposes the following members.

Name Description
Public constructor .ctor(Point[]) Creates a new instance of Polygon.
Name Description
Public member Item Returns the PolygonPoint at the specified index.
Public member Points Returns the Point collection of this Polygon.
Name Description
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object)
Public method GetType Gets the Type of the current instance. (Inherited from Object)
Public method ToString Returns string representation of the object. (Overrides Polygon.ToString)