Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Point structure (windows.foundation.h)

Represents an ordered pair of floating-point x- and y-coordinates that defines a point in a two-dimensional plane.

Syntax

typedef struct Point {
 FLOAT X;
 FLOAT Y;
} Point;

Members

X

Type: float

The horizontal position of the point.

Y

Type: float

The vertical position of the point.

Requirements

Requirement Value
Minimum supported client Windows 8
Minimum supported server Windows Server 2012
Header windows.foundation.h

See also

CreatePoint

CreatePointArray

IPropertyValue::GetPoint

IPropertyValue::GetPointArray


Feedback

Was this page helpful?

Additional resources