BCGControlBar Pro for MFC
HBITMAP CBCGPSVGImageList::ExportToBitmap ( double  dblScale = 1.0,
COLORREF  clrBackground = CLR_NONE,
double  dblScaleVert = 0.0 
)

Exports SVG image list to bitmap.

Parameters
dblScaleSpecifies the scale. The default scale is 1.0 (100%).
clrBackgroundSpecifies the bitmap background color.
dblScaleVertSpecifies the vertical scale. The default scale is 0.0 (the horizontal scale is used).
Returns
The handle of the bitmap if succeeded; NULL if export is failed.