BCGSuite for MFC
CBCGPImage::CBCGPImage ( UINT  uiResID = 0,
LPCTSTR  lpszType = NULL,
BOOL  bScaleByDPI = FALSE,
BOOL  bInvertLuminosity = FALSE 
)

Constructor. Creates an image from the specified resource.

Parameters
uiResIDImage resource identifier.
lpszTypeThe resource type.
bScaleByDPISpecifies whether image should be automatically scaled according to current DPI.
bInvertLuminositySpecifies whether the image luminosity should be inverted. Set this parameter to TRUE if the image will be displayed on the dark background.