BITMAPWNDRGNTYPE

Summary

The enumeration specifies the region type for the class object's window.

Syntax

typedef enum tagBITMAPWNDRGNTYPE 
{ 
   REGION_TYPE_POLYGON, 
   REGION_TYPE_RECT, 
   REGION_TYPE_ELIPSE, 
   REGION_TYPE_ROUNDRECT, 
   REGION_TYPE_TRIANGLE, 
   REGION_TYPE_FREE_HAND, 
   REGION_TYPE_CURVE, 
   REGION_TYPE_BEZIER 
}BITMAPWNDRGNTYPE; 

Members

REGION_TYPE_POLYGON

Polygonal region.

REGION_TYPE_RECT

Rectangular region.

REGION_TYPE_ELIPSE

Elliptical region.

REGION_TYPE_ROUNDRECT

Round rectangle region.

REGION_TYPE_TRIANGLE

Triangular region.

REGION_TYPE_FREE_HAND

Freehand region.

REGION_TYPE_CURVE

Smooth curved region.

REGION_TYPE_BEZIER

Curved region that is composed of a series of Bezier curves.

Comments

The enumeration is used by LBitmapWindow::SetRegionType.

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.