The enumeration specifies the region type for the class object's window.
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;
Polygonal region.
Rectangular region.
Elliptical region.
Round rectangle region.
Triangular region.
Freehand region.
Smooth curved region.
Curved region that is composed of a series of Bezier curves.
The enumeration is used by LBitmapWindow::SetRegionType.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document