REGIONDATA

Summary

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

Syntax

typedef struct tagREGIONDATA 
{ 
   HWND hBitmapWindow; 
   LBitmapWindow * pClass; 
   L_INT nModificationType; 
} REGIONDATA, * pREGIONDATA; 

Members

hBitmapWindow

Handle to the bitmap window.

pClass

Pointer to an LBitmapWindow object.

nModificationType

The type of modification made to the region. Possible values are:

Value Meaning
0 The region was created.
1 The region was destroyed.
2 The region was modified.
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.