A data type that stores a width and height in display space
struct SIZE
{
long cx;
long cy;
};
Members
Member
Description
cx
The horizontal width
cy
The vertical height
See Also
SS_PRINTER_INFO
Header
Help URL: http://www.yourdomain.com/help/index.html?size.htm