The UnitPoint type exposes the following members.

Constructors

  Name Description
Public method UnitPoint
Initializes a new instance of the UnitPoint structure.

Methods

  Name Description
Public method Equals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public method GetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public method Static member Parse
Converts a string to a UnitPoint structure.
Public method ToString
Converts the current value to a human-readable string.
(Overrides ValueType..::..ToString()()()().)

Properties

  Name Description
Public property Static member Empty
Represents a UnitPoint with zero coordinates.
Public property X
Gets or sets the X coordinate of the current point.
Public property Y
Gets or sets the Y coordinate of the current point.

See Also