| lcPaint_MpgonAddBarcode | Home |
|
BOOL lcPaint_MpgonAddBarcode ( HANDLE hMpgon, int BarType, double X, double Y, double Width, double Height, LPCWSTR szText ); |
| hMpgon | |||||||||||||||||||||||||
| Handle to multipolygon object. | |||||||||||||||||||||||||
| BarType | |||||||||||||||||||||||||
Barcode type. Can be one of the following values:
| |||||||||||||||||||||||||
| X Y | |||||||||||||||||||||||||
|
Coordinates of insertion point. The placement depends on value of global property LC_PROP_G_BARC_CENTER : TRUE - barcode center, FALSE - left bottom corner. | |||||||||||||||||||||||||
| Width | |||||||||||||||||||||||||
| Barcode width. | |||||||||||||||||||||||||
| Height | |||||||||||||||||||||||||
| Height of linear barcode. Ignored for 2D barcodes (used Width value). | |||||||||||||||||||||||||
| szText | |||||||||||||||||||||||||
| Text string encoded in barcode. | |||||||||||||||||||||||||
| If the function succeeds, the return value is nonzero (TRUE). |
Additional barcode parameters are got from global properties:
|
| lcPaint_MpgonClear, lcPaint_MpgonAddPgon, lcPaint_DrawTextBC |