2.5.11.5 SIZE


Name

SIZE

Description

The SIZE structure specifies the width and height of a rectangle.

Declaration

typedef struct tagSIZE
{
    LONG	cx;
    LONG    cy;
} SIZE

Members

cx
Specifies the rectangle's width. The units depend on which function uses this.
cy
Specifies the rectangle's height. The units depend on which function uses this.

Remark

Examples

Header to Include

origin.h

See Also

Reference