Click or drag to resize
Point Methods

The Point type exposes the following members.

Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified object is a Windows.Foundation.Point and whether it contains the same values as this Windows.Foundation.Point.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(Point)
Compares two Windows.Foundation.Point structures for equality.
Public methodGetHashCode
Returns the hash code for this Windows.Foundation.Point.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Creates a System.String representation of this Windows.Foundation.Point.
(Overrides ValueTypeToString.)
Top
See Also