| pDC | A pointer to a device context. |
| rect | Specifies the image destination coordinates. |
| bDisabled | Specifies whether the image is disabled. |
| alphaSrc | Alpha [0-255]. |
| bCacheBitmap | Specifies whether the image should be cashed in the memory bitmap. If image is cashed, the framework will draw the bitmap content. |
| 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. |
| bSVGStretch | Specifies whether the image should fit 'rect' bounds. By default, this parameter is TRUE. |