Name | Description | |
---|---|---|
PointD Constructor | Initializes a new instance of the PointD structure. |
The following tables list the members exposed by PointD.
Name | Description | |
---|---|---|
PointD Constructor | Initializes a new instance of the PointD structure. |
Name | Description | |
---|---|---|
Empty | Represents an empty instance of the PointD structure. | |
IsEmpty | Gets a value indicating whether the current PointD is empty. | |
X | Gets or sets the X coordinate of the current PointD. | |
Y | Gets or sets the Y coordinate of the current PointD. |
Name | Description | |
---|---|---|
Add | Adds a SizeD to a PointD. | |
Ceiling | Converts the current PointD structure to a System.Drawing.Point by rounding the double coordinates to the next higher integer values. | |
Offset | Offsets the current PointD structure by the specified values. | |
Parse | Converts a string to a PointD structure. | |
Substract | Subtracts a SizeD from a PointD. | |
ToPointF | Converts the current PointD structure to a System.Drawing.PointF. | |
ToString | Converts the current PointD to a human readable string. | |
Truncate | Converts the current PointD structure to a System.Drawing.Point by truncating the values of the Point object. |
Addition | Adds a SizeD to a PointD. |
Explicit Type Conversion | Converts a PointD to a SizeD. |
Implicit Type Conversion | Overloaded. Converts a System.Drawing.Point to a PointD. |
Subtraction | Subtracts a SizeD from a PointD. |