REGIONACTION

Summary

The enumeration specifies the type of modification made to the region.

Syntax

typedef enum tagREGIONACTION 
{ 
   REGION_CREATED, 
   REGION_DESTROYED, 
   REGION_MODIFIED, 
}REGIONACTION; 

Members

REGION_CREATED

[0] The region was created.

REGION_DESTROYED

[1] The region was destroyed.

REGION_MODIFIED

[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.