The PointD type exposes the following members.

Methods

  NameDescription
Public methodStatic memberAdd(PointD, SizeD)
Translates a given PointD by a specified SizeD.
Public methodStatic memberAdd(PointD, Size)
Translates a given PointD by the specified Size.
Public methodStatic memberAdd(PointD, SizeF)
Translates a given PointD by a specified SizeF.
Public methodEquals
Specifies whether this PointD contains the same coordinates as the specified Object.
(Overrides ValueType..::..Equals(Object).)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode
Returns a hash code for this PointD structure.
(Overrides ValueType..::..GetHashCode()()()().)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberSubtract(PointD, SizeD)
Translates a PointD by the negative of a specified size.
Public methodStatic memberSubtract(PointD, Size)
Translates a PointD by the negative of a specified size.
Public methodStatic memberSubtract(PointD, SizeF)
Translates a PointD by the negative of a specified size.
Public methodToString
Converts this PointD to a human readable string.
(Overrides ValueType..::..ToString()()()().)

See Also