GXDIBSection2PixMap
Creates a GSPixMap from a DIBSection.
GSErr GX_CALL GXDIBSection2PixMap ( GSPtr dibSection, GSPixMapHandle* hPixMap );
Parameters
- dibSection
- Memory only data structure on Windows which holds a DIB.
- hPixMap
- Pointer to a GSPixMapHandle.
Return Values
NoError | The operation was successful. |
Error | The operation failed. |
Remarks
Utility function.
Requirements
- Version: ModelerGraphics 8 or later
- Header: Graphics2DWin.h
- Import Library: ModelerGraphicsImp.lib
- Module: ModelerGraphics.dll [WIN], ModelerGraphicsLib [MAC]