PATTERNBRUSHNEW

typedef struct _PATTERNBRUSHNEW 
{ 
   pBITMAPHANDLE pPtrnBitmap; 
} 
PATTERNBRUSHNEW, *pPATTERNBRUSHNEW; 

The PATTERNBRUSHNEW 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.

Members

pBITMAPHANDLE pPtrnBitmap

Pointer to a bitmap handle to be used to fill the area.L_LoadBitmap can be used to load an image. The bitmap handle that is used should be freed using L_FreeBitmap. The toolkit will use its own copy of the bitmap for the internal processing.

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

LEADTOOLS Vector C API Help