Click or drag to resize

Polygon Class

Represents is a plane geometry figure that is bounded by a finite chain of straight line segments closing in a loop to form a closed chain or circuit.
Inheritance Hierarchy
SystemObject
  Dse.GeometryGeometryBase
    Dse.GeometryPolygon

Namespace:  Dse.Geometry
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public class Polygon : GeometryBase

The Polygon type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyRings
A read-only list describing the rings of the polygon.
Top
Methods
  NameDescription
Public methodEquals
Returns a value indicating whether this instance and a specified object represent the same value.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Returns the hash code based on the value of this instance.
(Overrides ObjectGetHashCode.)
Public methodStatic memberParse
Creates a Polygon instance from a Well-known Text(WKT) representation of a polygon.
Public methodToString
Returns Well-known text (WKT) representation of the geometry object.
(Overrides ObjectToString.)
Top
See Also