System.Object
  System.ValueType
    Docentric.Documents.ObjectModel.Geometry.Point

Namespace: Docentric.Documents.ObjectModel.Geometry
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public struct Point

The Point type exposes the following members.

Name Description
Public member X Specifies a coordinate on the x-axis.
Public member Y Specifies a coordinate on the y-axis.
Name Description
Public method Equals(Object) (Overrides Point.Equals)
Public method Equals(Point)
Public method GetHashCode() (Overrides Point.GetHashCode)
Public method GetHashCode Returns the hash code for this instance. (Inherited from ValueType)
Public method GetType Gets the Type of the current instance. (Inherited from Object)
Public method ToString() Returns the object as string. (Overrides Point.ToString)
Public method ToString Returns the fully qualified type name of this instance. (Inherited from ValueType)