WinXDraw_CreateImage


hImage = WinXDraw_CreateImage (w, h)

Creates a new image

Parameter Description
w The width of the new image
h The height of the new image

Returns

The handle to the new image or 0 on fail

Remarks

none

Examples

'Create a new image
hImage = WinXDraw_CreateImage (400, 300)

Related Links

Images
WinXDrawImage
WinXDraw_LoadImage
WinXDraw_DeleteImage
WinXDraw_SaveImage
WinXDraw_SetImagePixel
WinXDraw_SetConstantAlpha
WinXDraw_SetImageChannel
WinXDraw_CopyImage
WinXClip_GetImage