Clone | Creates a new Polygon object and initializes it with the contents of this Polygon object. |
Cut | Splits the polygon into a part left of the clipper line, and a part right of it. |
IsPointIn | Returns True if the specified point is present within the polygon; False, otherwise. |
Area | Returns the area of the polygon. |
Centroid | Returns the centroid of the polygon's first part. |
CoordinateSystem | Returns or sets the coordinate system of the polygon. |
Extent | Returns the spatial extent of the polygon. |
Parts | Returns a reference to the collection of Parts that make up the polygon. |
Perimeter | Returns the perimeter of the polygon. |
ShapeType | Returns a value that indicates the type of geometric shape associated with the Polygon object. |