POINTFLOAT

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

typedef struct _POINTFLOAT { // ptf   
    FLOAT      x; 
    FLOAT      y; 
} POINTFLOAT; 
 

Members

x
Specifies the horizontal (x) coordinate of a point.
y
Specifies the vertical (y) coordinate of a point.

QuickInfo

  Windows NT: Use version 4.0 and later.
  Windows: Use Windows 95 OSR2 and later.
  Windows CE: Unsupported.
  Header: Declared in wingdi.h.

See Also

OpenGL on Windows NT and Windows 95 Overview, Structures, GLYPHMETRICSFLOAT