API Reference > Extension Classes > ExRender Classes > ExRender Windows Classes > GsDIBSection Class > GsDIBSection Methods > GsDIBSection::createDib Method
GsDIBSection::createDib Method
Syntax
C++
void createDib(int xPixels, int yPixels, int bitsPerPixel);
Parameters 
Description 
int xPixels 
[in] X pixels.  
int yPixels 
[in] Y pixels. 
int bitsPerPixel 
[in] Color depth.  

Creates a DIB for this DIBSection object.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.