HBITMAP CBCGPSVGImage::ExportToBitmap | ( | const CSize & | sizeDest, |
COLORREF | clrBackground = CLR_NONE , |
||
BOOL | bKeepAspectRatio = TRUE , |
||
BOOL | bUseViewBoxSize = FALSE |
||
) |
Exports SVG image to bitmap.
sizeDest | Specifies the bitmap destination size. |
clrBackground | Specifies the bitmap background color. |
bKeepAspectRatio | Specifies whether the image aspect ratio should be maintained. |
bUseViewBoxSize | Specifies whether the view box size should be used instead of the image size. |