Click or drag to resize
Point Structure
Represents an x- and y-coordinate pair in two-dimensional space. Can also represent a logical point for certain property usages.

Namespace: Windows.Foundation
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public struct Point

The Point type exposes the following members.

Constructors
  NameDescription
Public methodPoint
Initializes a Windows.Foundation.Point structure that contains the specified values.
Top
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
Operators
  NameDescription
Public operatorStatic memberEquality
Compares two Windows.Foundation.Point structures for equality
Public operatorStatic memberInequality
Compares two Windows.Foundation.Point structures for inequality
Top
Properties
  NameDescription
Public propertyX
Gets or sets the Windows.Foundation.Point.X-coordinate value of this Windows.Foundation.Point structure.
Public propertyY
Gets or sets the Windows.Foundation.Point.Y-coordinate value of this Windows.Foundation.Point.
Top
See Also