Name | Description | |
---|---|---|
Point Constructor | Initializes a new instance of the Point structure. |
The following tables list the members exposed by Point.
Name | Description | |
---|---|---|
Point Constructor | Initializes a new instance of the Point structure. |
Name | Description | |
---|---|---|
Empty | Represents an empty instance of the Point structure. | |
X | Gets or sets the X coordinate of the current Point. | |
Y | Gets or sets the Y coordinate of the current Point. |
Name | Description | |
---|---|---|
Add | Adds a Size to a Point. | |
Ceiling | Converts the current Point structure to a System.Drawing.Point by rounding the double coordinates to the next higher integer values. | |
Equals | Indicates whether this instance and a specified object are equal. | |
GetHashCode | Returns the hash code for this instance. | |
Offset | Offsets the current Point structure by the specified values. | |
Substract | Subtracts a Size from a Point. | |
ToPointF | Converts the current Point structure to a System.Drawing.PointF. | |
ToString | Converts the current Point to a human readable string. | |
Truncate | Converts the current Point structure to a System.Drawing.Point by truncating the values of the Point object. |
Addition | Adds a Size to a Point. |
Equality | Indicates whether two Point structures are equal. |
Explicit Type Conversion | Converts a Point to a Size. |
Implicit Type Conversion | Overloaded. Converts a System.Drawing.Point to a Point. |
Inequality | Indicates whether two Point structures are not equal. |
Subtraction | Subtracts a Size from a Point. |