Point Methods
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The Point type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equals(Object) | Determines whether the specified object is a Point and whether it contains the same values as this Point. (Overrides ValueType.Equals(Object).) |
|
Equals(Point) | Compares two Point structures for equality. |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Returns the hash code for this Point. (Overrides ValueType.GetHashCode().) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString() | Creates a String representation of this Point. (Overrides ValueType.ToString().) |
|
ToString(IFormatProvider) | Creates a String representation of this Point. |
| Name | Description | |
|---|---|---|
|
IFormattable.ToString | Infrastructure. For a description of this member, see ToString. |
Show: