GXCreateGSPixMap
Creates a new pixmap.
GSPixMapHandle GXCreateGSPixMap ( Int32 hSiz, Int32 vSiz, Int32 res, GSPixelType pixelType );
Parameters
- hSiz
- The width (pixels in a row) of the new pixmap.
- vSiz
- The height (pixels in a column) of the new pixmap.
- res
- The resolution of the new pixmap in DPI (dot per inch).
- pixelType
- The pixel type of the new pixmap.
Return Values
The new pixmap.
Requirements
- Version:
- GX 10 or later
- Header:
- Graphics2D.h
- Import Library:
- GXImp.lib
- Module:
- GX.dll [WIN], GX.framework [MAC]