Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.11.1
LEADTOOLS Raster Imaging C DLL Help

Zooming In on a Selection: Step 3

Show in webframe

In the MainWndProc function, add some new local variables to support the GDI functions. You can add the following code to the existing variable declarations at the beginning of the function:

/* Local variables used with GDI functions on WM_MOUSEMOVE */
HGDIOBJ SavedPen, SavedBrush; 
int DisplayMode;
HDC ThisWindowDC;

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