|

the software that grows
with you
| |
|
V32PBitmap()
|
| Prints a bitmap or picture on the
specified printer device. |
|
Syntax
|
| V32PBitmap( nRow, nCol, nRow2, nCol2,
cFileBmp, nTransColor ) |
|
Arguments
|
| Param |
Default |
Description |
| nRow |
|
Row position to specify object's top-left
corner.
|
| nCol |
|
Col position to specify object's left-top corner. |
| nRow2 |
|
Row position to specify object's bottom-right corner. |
| nCol2 |
|
Col position to specify object's right-bottom corner. |
| cFileBmp |
|
Bitmap or picture file name with drive and path specifications. |
| nTranceColor |
|
<RESERVED> |
|
|
Returns
|
| NIL |
|
Description
|
| A compatibility function. V32PPicture() supersedes
this function. You can supply <cFileBmp> in any format, i.e., .ico,
.png, .gif, .bmp, .jpg. Internally it calls V32PPicture() function. |
|
Usage
|
| |
|
Tips
|
|
|