Point Methods
.NET Framework 4.5
The Point type exposes the following members.
| Name | Description | |
|---|---|---|
|
Add | Adds a Vector to a Point and returns the result as a Point structure. |
|
Equals(Object) | Determines whether the specified Object is a Point and whether it contains the same coordinates as this Point. (Overrides ValueType.Equals(Object).) |
|
Equals(Point) | Compares two Point structures for equality. |
|
Equals(Point, Point) | Compares two Point structures for equality. |
|
GetHashCode | Returns the hash code for this Point. (Overrides ValueType.GetHashCode().) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
Multiply | Transforms the specified Point structure by the specified Matrix structure. |
|
Offset | Offsets a point's X and Y coordinates by the specified amounts. |
|
Parse | Constructs a Point from the specified String. |
|
Subtract(Point, Point) | Subtracts the specified Point from another specified Point and returns the difference as a Vector. |
|
Subtract(Point, Vector) | Subtracts the specified Vector from the specified Point and returns the resulting Point. |
|
ToString() | Creates a String representation of this Point. (Overrides ValueType.ToString().) |
|
ToString(IFormatProvider) | Creates a String representation of this Point. |
| Name | Description | |
|---|---|---|
|
IFormattable.ToString | This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. For a description of this member, see ToString. |