LBitmapRgn::GetRgnCombineMode

#include "ltwrappr.h"

L_UINT LBitmapRgn::GetRgnCombineMode()

Gets the class object's region combination mode, which is used by the region functions.

Returns

The bitmap region combination mode. For descriptions of the possible values, refer to Creating a Bitmap Region.

Required DLLs and Libraries

LTDIS

For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application.

Platforms

Win32, x64.

See Also

Functions:

LBitmapRgn::SetRgnCombineMode, Class Members

Topics:

Raster Image Functions: Creating and Using a Region

 

Raster Image Functions: Region Processing

 

Defining and Using a Bitmap Region

Example

For an example, refer to LBitmapRgn::SetRgnPolygon.