VECTORBITMAP

Summary

The VECTORBITMAP structure holds information about a bitmap used to draw vector raster objects.

Syntax

typedef  struct  tagVECTORBITMAP 
{ 
   L_INT nSize; 
   BITMAPHANDLE Bitmap; 
}  VECTORBITMAP,  *  pVECTORBITMAP; 

Members

L_INT nSize

Size of this structure. Used for versioning.

BITMAPHANDLE Bitmap

LEADTOOLS bitmap handle.

Comments

pVECTORBITMAP is a pointer to a VECTORBITMAP structure.

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 API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.