Point Methods
.NET Framework 4.5
The Point type exposes the following members.
| Name | Description | |
|---|---|---|
|
Add | Adds the specified Size to the specified Point. |
|
Ceiling | Converts the specified PointF to a Point by rounding the values of the PointF to the next higher integer values. |
|
Equals | Specifies whether this Point contains the same coordinates as the specified Object. (Overrides ValueType.Equals(Object).) |
|
GetHashCode | Returns a hash code for this Point. (Overrides ValueType.GetHashCode().) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
Offset(Point) | Translates this Point by the specified Point. |
|
Offset(Int32, Int32) | Translates this Point by the specified amount. |
|
Round | Converts the specified PointF to a Point object by rounding the Point values to the nearest integer. |
|
Subtract | Returns the result of subtracting specified Size from the specified Point. |
|
ToString | Converts this Point to a human-readable string. (Overrides ValueType.ToString().) |
|
Truncate | Converts the specified PointF to a Point by truncating the values of the Point. |