Zooming In on a Selection: Step 7

LeadBitmap.SetDstRect(&rLeadDest);   
LeadBitmap.SetClipDstRect(&rLeadDest);   
LeadBitmap.SetSrcRect(&rLeadSource);   
LeadBitmap.SetClipSrcRect(&rLeadSource);   
HDC hDC;   
hDC = ::GetDC(this->m_hWnd);   
LeadBitmap.Paint()->SetDC(hDC);   
LeadBitmap.Paint()->PaintDC();   
::ReleaseDC(this->m_hWnd, hDC); 
Help Version 20.0.2020.4.5
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C++ Class Library Help