Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The SIZE structure defines the area of a form, with a width and height in thousandth-of-a-millimeter units.
-
typedef struct { long cx; long cy; } SIZE;
cx: The width, and it MUST be an integer greater than or equal to 0.
cy: The height, and it MUST be an integer greater than or equal to 0.