Click or drag to resize
Point Class
Represents a zero-dimensional object that represents a specific (X,Y) location in a two-dimensional XY-Plane. In case of Geographic Coordinate Systems, the X coordinate is the longitude and the Y is the latitude.
Inheritance Hierarchy
SystemObject
  Dse.GeometryGeometryBase
    Dse.GeometryPoint

Namespace: Dse.Geometry
Assembly: Dse (in Dse.dll) Version: 1.0.0
Syntax
C#
[SerializableAttribute]
public class Point : GeometryBase

The Point type exposes the following members.

Constructors
  NameDescription
Public methodPoint
Creates a new instance of Point.
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
Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode.)
Public methodGetObjectData
When overridden, sets the serialization info.
(Overrides GeometryBaseGetObjectData(SerializationInfo, StreamingContext).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns Well-known text (WKT) representation of the geometry object.
(Overrides ObjectToString.)
Top
Properties
  NameDescription
Public propertyX
Returns the X coordinate of this 2D point.
Public propertyY
Returns the Y coordinate of this 2D point.
Top
See Also