| Point Class |
Namespace: Dse.Geometry
[SerializableAttribute] public class Point : GeometryBase
The Point type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals |
Returns a value indicating whether this instance and a specified object represent the same value.
(Overrides ObjectEquals(Object).) | |
| GetHashCode | Serves as a hash function for a particular type. (Overrides ObjectGetHashCode.) | |
| GetObjectData |
When overridden, sets the serialization info.
(Overrides GeometryBaseGetObjectData(SerializationInfo, StreamingContext).) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString |
Returns Well-known text (WKT) representation of the geometry object.
(Overrides ObjectToString.) |
| Name | Description | |
|---|---|---|
| X |
Returns the X coordinate of this 2D point.
| |
| Y |
Returns the Y coordinate of this 2D point.
|