ZOOMDATA

Summary

The structure specifies the zoom data attached to the windows class.

Syntax

typedef struct tagZOOMDATA 
{ 
   HWND hWnd; 
   union 
   { 
      LBitmapWindow * pBitmapWindowClass; 
      LVectorWindow * pVectorWindowClass; 
   } Class; 
   L_UINT uZoomPercent; 
} ZOOMDATA, * pZOOMDATA; 

Members

hWnd

Handle to the bitmap window.

pBitmapWindowClass

Pointer to an LBitmapWindow object.

pVectorWindowClass

Pointer to an LVectorWindow object.

uZoomPercent

The percent zoom.

Help Version 22.0.2023.2.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 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.