Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.10.24
LEADTOOLS Raster imaging C++ Class library help

Zooming In on a Selection: Step 1

Show in webframe

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();
 

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.