Zooming In on a Selection: Step 1

LBase LeadBase;   
LeadBase.LoadLibraries(LT_ALL_LEADLIB);   
L_INT nRet = LeadBitmap.Load(TEXT("v:\\images\\eagle.cmp"));   
SetRect(&rLeadSource, 0, 0, LeadBitmap.GetWidth(), LeadBitmap.GetHeight());   
SetRect(&rLeadDest, 0, 0, LeadBitmap.GetWidth(), LeadBitmap.GetHeight());   
DisplayLeft = 0;   
DisplayTop = 0;   
DisplayWidth = LeadBitmap.GetWidth();   
DisplayHeight = LeadBitmap.GetHeight();   
Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C++ Class Library Help

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