PRINT IMAGE
|
Prints an image from a file or resource.
SYNTAX
@ <nRow> , <nCol> PRINT
IMAGE <cImageFileName> | <cImageResourcename>
WIDTH <nWidth>
HEIGHT <nHeight>
[ STRETCH ]
[ TRANSPARENT ]
If <STRETCH> is not specified, the image will be automatically scaled to fit the specified rectangle.
You can specify bmp, gif or jpg image resources using BITMAP, GIF , JPG, TIF or PNG as resource type in application resource file (.rc).
Units: <Row> , <Col> , <nWidth> , <nHeight> units are milimeters.