Point Structure |
Namespace: Windows.Foundation
public struct Point
The Point type exposes the following members.
Name | Description | |
---|---|---|
![]() | Point |
Initializes a Windows.Foundation.Point structure that
contains the specified values.
|
Name | Description | |
---|---|---|
![]() | Equals(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).) |
![]() | Equals(Point) |
Compares two Windows.Foundation.Point structures for
equality.
|
![]() | GetHashCode |
Returns the hash code for this Windows.Foundation.Point.
(Overrides ValueTypeGetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString |
Creates a System.String representation of this Windows.Foundation.Point.
(Overrides ValueTypeToString.) |
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Compares two Windows.Foundation.Point structures for equality
|
![]() ![]() | Inequality |
Compares two Windows.Foundation.Point structures for inequality
|
Name | Description | |
---|---|---|
![]() | X |
Gets or sets the Windows.Foundation.Point.X-coordinate
value of this Windows.Foundation.Point structure.
|
![]() | Y |
Gets or sets the Windows.Foundation.Point.Y-coordinate
value of this Windows.Foundation.Point.
|