POINT

 

Name

POINT

 

Description

The POINT structure defines the x- and y- coordinates of a point.

Declaration

typedef struct tagPOINT
{
    LONG  x;
    LONG  y;
} POINT

Members

x
Specifies the x-coordinate of the point.
y
Specifies the y-coordinate of the point.

Remark

Examples

header to Include

origin.h

See Also

Reference