The PointD type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | Add(PointD, SizeD) | |
![]() ![]() | Add(PointD, Size) | Translates a given PointD by the specified Size. |
![]() ![]() | Add(PointD, SizeF) | Translates a given PointD by a specified SizeF. |
![]() | Equals | Specifies whether this PointD contains the same coordinates as the specified Object. (Overrides ValueType..::..Equals(Object).) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | Returns a hash code for this PointD structure. (Overrides ValueType..::..GetHashCode()()()().) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() ![]() | Subtract(PointD, SizeD) | Translates a PointD by the negative of a specified size. |
![]() ![]() | Subtract(PointD, Size) | Translates a PointD by the negative of a specified size. |
![]() ![]() | Subtract(PointD, SizeF) | Translates a PointD by the negative of a specified size. |
![]() | ToString | Converts this PointD to a human readable string. (Overrides ValueType..::..ToString()()()().) |