Resize
This function is used to resize the graphics device.
void Resize(
IMAGE* pImg,
int width,
int height
);
Parameters
pImg
Specify the graphics device to resize. If NULL, the default graphics window.
width
Specifies the width of the graphics device.
height
Specifies the height of the graphics device.
Return Value
None
Remarks
None
Examples
None