typedef struct tagREGIONDATA
{
HWND hBitmapWindow;
LBitmapWindow * pClass;
L_INT nModificationType;
} REGIONDATA, * pREGIONDATA;
Member | Description | |
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. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET