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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.