LBitmapRgn::SetRgnFromMask

Summary

Creates or updates the associated class object's bitmap region by adding a region that consists of all the white pixels in a 1-bit mask image.

Syntax

#include "ltwrappr.h"

virtual L_INT LBitmapRgn::SetRgnFromMask(LBitmapMask)

Parameters

LBitmapBase& LBitmapMask

The 1-bit black-and-white bitmap object used as a mask.

Returns

Value Meaning
SUCCESS The function was successful.
< 1 An error occurred. Refer to Return Codes.

Comments

To update an existing region, you specify how the new region is to be combined with the existing one. For descriptions of the possibilities, refer to Creating a Bitmap Region.

The LBitmapMask parameter is passed by reference and is a required parameter.

Required DLLs and Libraries

Platforms

Win32, x64.

See Also

Functions

Topics

Example

For an example, refer to LBitmapRgn::SetRgnPolygon.

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.