The PointD type exposes the following members.

Constructors

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

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.

Operators

  Name Description
Public operator Static member Addition
Adds a SizeD to a PointD.
Public operator Static member Subtraction
Subtracts a SizeD from a PointD.

Properties

  Name Description
Public property Static member Empty
Represents an empty instance of the PointD structure.
Public property IsEmpty
Gets a value indicating whether the current PointD is empty.
Public property X
Gets or sets the X coordinate of the current PointD.
Public property Y
Gets or sets the Y coordinate of the current PointD.

See Also