SRGScrollView::DrawToBitmap
voidSRGScrollView::DrawToBitmap(CDCpDC, CBitmap&bmp)
This function render the Chart into the passed bitmap. The bitmap should be created using the passed DC before calling this function
Defined in: SRGScrollView.cpp
Return Value
void
Parameters
pDC
DC used in create the bitmap. The function use this DC to create a compatible memory DC to render the chart to the bitmap.
bmp
A reference to the bitmap used to render the Chart