Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.10.23
LEADTOOLS Vector C++ Class Library Help

PATTERNHBRUSH

Show in webframe

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

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.

Member

Description

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.

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.