SIZEL

typedef struct _SIZEL {

DWORD x;

DWORD y;

} SIZEL;

The SIZEL structure contains information about the size or location of a object specified as two 32-bit values.

Members

x

Specifies a width or x-coordinate.

y

Specifies a height or y-coordinate.