The PointD type exposes the following members.
Operators
Name | Description | |
---|---|---|
![]() ![]() | Addition(PointD, SizeD) | Translates a PointD by a given Size. |
![]() ![]() | Addition(PointD, Size) | Translates a PointD by a given Size. |
![]() ![]() | Addition(PointD, SizeF) | Translates the PointD by the specified SizeF. |
![]() ![]() | Equality | |
![]() ![]() | ImplicitWideningImplicitImplicitImplicit(PointF to PointD) |
converts a PointF structure to a PointD structure
|
![]() ![]() | Inequality | Determines whether the coordinates of the specified points are not equal. |
![]() ![]() | Subtraction(PointD, SizeD) | |
![]() ![]() | Subtraction(PointD, Size) | Translates a PointD by the negative of a given Size. |
![]() ![]() | Subtraction(PointD, SizeF) | Translates a PointD by the negative of a specified SizeF. |