PixMapToGdiPlusImage
Converts a Graphisoft pixmap to a GdiPlus image.
Gdiplus::Image* PixMapToGdiPlusImage ( GSPixMapHandle pHdl );
Parameters
- pHdl
- Pointer to the source GSPixmap image.
Return Values
If the function succeeds, the return value is a real GdiPlus image. If the function fails, the return value is NULL.
Remarks
Don't forget to delete the returned image when done.
This function exists only on Windows platform.
Requirements
- Version:
- GX 10 or later
- Header:
- Graphics2DWin.h
- Import Library:
- GXImp.lib
- Module:
- GX.dll [WIN]