hImage2 = WinXDraw_ResizeImage (hImage, w, h)
Resizes an image
Parameter | Description |
---|---|
hImage | The handle to the image to resize |
w | The new width for the image |
h | The new height for the image |
The handle to the resized image
'make an image very small, icon size in fact hImage2 = WinXDraw_ResizeImage (hImage, 48, 48) |
Images
WinXDrawImage
WinXDraw_LoadImage
WinXDraw_SaveImage
WinXDraw_GetImageInfo