【お知らせ】この部分は英語原文のみでの提供となります。何卒ご了承ください。

2.5.11.3 POINT


Contents

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