BCGControlBar Pro for MFC
virtual void CBCGPGraphicsManager::DrawImage ( const CBCGPImage image,
const CBCGPPoint ptDest,
const CBCGPSize sizeDest = CBCGPSize(),
double  opacity = 1.,
CBCGPImage::BCGP_IMAGE_INTERPOLATION_MODE  interpolationMode = CBCGPImage::BCGP_IMAGE_INTERPOLATION_MODE_LINEAR,
const CBCGPRect rectSrc = CBCGPRect() 
)
pure virtual

Draws the image.

Parameters
imageThe image.
ptDestThe top-left corner of area where image will be renderred.
sizeDestSpecifies the size of a destination image. If this value is (0, 0), the default image size will be used.
opacityThe image opacity. This value between 0.0 and 1.0
interpolationModeThe interpolation mode to use if the bitmap is scaled or rotated by the drawing operation.
rectSrcThe image source rectangle. If this rectangle is empty (default value), the whole image will be drawn.