WinXDraw_SaveImage (hImage, STRING fileName, fileType)
Saves an image to a file on disk
Parameter | Description |
---|---|
hImage | The handle of the image to save |
STRING fileName | The name of the file to save the image to |
fileType | The type of file to save the image as. See remarks for more info |
$$TRUE on success or $$FALSE on fail
The fileType parameter can be any one of the following:
'save an image WinXDraw_SaveImage (hImage, "test.bmp", $$FILETYPE_WINBMP) |
Images
WinXDraw_CreateImage
WinXDraw_LoadImage
WinXDraw_Snapshot
WinXDraw_SetImagePixel