|

the software that grows
with you
| |
|
V32PPicture()
|
| Prints a picture stored as a disk file in
any graphics format onto the specified printer device. ws a .BMP, .ICO, .PNG,
.GIF, or .JPG image format is supported. |
|
Syntax
|
| V32PPicture( nRow, nCol, nRow2, nCol2,
cFilePicture ) |
|
Arguments
|
| Param |
Default |
Description |
| nRow |
|
Row position to specify object's top-left
corner. |
| nCol |
|
Col position to specify object's top-left corner. |
| nRow2 |
|
Row position to specify object's bottom-right corner. |
| nCol2 |
|
Col position to specify object's bottom-right corner. |
| cFilePicture |
|
.JPG, .BMP, .PNG, .ICO, .GIF file name including drive
and directory specifications. |
|
|
Returns
|
| NIL |
|
Description
|
| |
|
Usage
|
| |
|
Tips
|
|
|