The PointD type exposes the following members.

Operators

  NameDescription
Public operatorStatic memberAddition(PointD, SizeD)
Translates a PointD by a given Size.
Public operatorStatic memberAddition(PointD, Size)
Translates a PointD by a given Size.
Public operatorStatic memberAddition(PointD, SizeF)
Translates the PointD by the specified SizeF.
Public operatorStatic memberEquality
Compares two PointD structures. The result specifies whether the values of the X()()()() and Y()()()() properties of the two PointD structures are equal.
Public operatorStatic memberImplicitWideningImplicitImplicitImplicit(PointF to PointD)
converts a PointF structure to a PointD structure
Public operatorStatic memberInequality
Determines whether the coordinates of the specified points are not equal.
Public operatorStatic memberSubtraction(PointD, SizeD)
Translates a PointD by the negative of a given SizeD.
Public operatorStatic memberSubtraction(PointD, Size)
Translates a PointD by the negative of a given Size.
Public operatorStatic memberSubtraction(PointD, SizeF)
Translates a PointD by the negative of a specified SizeF.

See Also