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 2

Show in webframe

L_BOOL FirstDraw; /* The state for the first WM_MOUSEMOVE event when cropping */
int StartGDIX; /* Starting X position in screen pixels */
int StartGDIY; /* Starting Y position in screen pixels */
int EndGDIX; /* Ending X position in screen pixels */
int EndGDIY; /* Ending Y position in screen pixels */
int StartPixelX; /* Starting X position in bitmap pixels */
int StartPixelY; /* Starting Y position in bitmap pixels */
int EndPixelX; /* Ending X position in bitmap pixels */
int EndPixelY; /* Ending Y position in bitmap pixels */
HPEN SavedPen;
HBRUSH SavedBrush;
RECT rLeadDest;
RECT rLeadSource;
RECT rClientSize;
L_INT DisplayMode;
L_INT DisplayLeft, DisplayTop;
L_INT DisplayWidth, DisplayHeight;

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