The PointD type exposes the following members.

Methods

  Name Description
Public method Static member Add
Adds a SizeD to a PointD.
Public method Ceiling
Converts the current PointD structure to a Point by rounding the double coordinates to the next higher integer values.
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 Offset
Offsets the current PointD structure by the specified values.
Public method Static member Parse
Converts a string to a PointD structure.
Public method Static member Substract
Subtracts a SizeD from a PointD.
Public method ToPointF
Converts the current PointD structure to a PointF.
Public method ToString
Converts the current PointD to a human readable string.
(Overrides ValueType..::..ToString()()()().)
Public method Truncate
Converts the current PointD structure to a Point by truncating the values of the Point object.

See Also