Exports SVG image to bitmap.
- Parameters
-
dblScale | Specifies the scale. The default scale is 1.0 (100%). |
clrBackground | Specifies the bitmap background color. |
dblScaleVert | Specifies the vertical scale. The default scale is 0.0 (the horizontal scale is used). |
bUseViewBoxSize | Specifies whether the view box size should be used instead of the image size. |
bOptimizedConvertion | Specifies whether an optimized (single-pass) rendering will be used. The optimized conversion is always used for the font icons export. |
- Returns
- The handle of the bitmap if succeeded; NULL if export is failed.