C++ Class Library

The LEADTOOLS C++ Class Library is a wrapper to the LEADTOOLS C API and provides only a subset of the features and functionality otherwise available in the LEADTOOLS C API. For more information about the full feature set of the LEADTOOLS C API, refer to LEADTOOLS C API Introduction.

Is this page helpful?

In this page

PATTERNHBRUSH

Summary

The PATTERNBRUSH structure contains a bitmap that can be used to fill a closed area. Depending on the size of the bitmap and the size of the area to be filled, one or more instances of this bitmap may be used to fill the area.

Syntax

Copied to clipboard
typedef struct _PATTERNBRUSH 
{ 
   BITMAPHANDLE PtrnBitmap; 
} PATTERNBRUSH, *pPATTERNBRUSH; 

Members

PtrnBitmap

Handle to the bitmap to use to fill the area. LBitmapBase::Load can be used to load an image. The bitmap handle that is used should be freed using LBitmapBase::Free. The toolkit will use its own copy of the bitmap for the internal processing.

Usage

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Vector C++ Class Library Help
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.