Note

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

Access to this page requires authorization. You can try .

POINTFLOAT structure (wingdi.h)

The POINTFLOAT structure contains the x and y coordinates of a point.

Syntax

typedef struct _POINTFLOAT {
 FLOAT x;
 FLOAT y;
} POINTFLOAT, *PPOINTFLOAT;

Members

x

Specifies the horizontal (x) coordinate of a point.

y

Specifies the vertical (y) coordinate of a point.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Header wingdi.h

See also

GLYPHMETRICSFLOAT

OpenGL on Windows

Structures


Feedback

Was this page helpful?

Additional resources