PRINT IMAGE
Prints an Image From File Or Resource
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 or JPG as resource type in application resource file (.rc).
@ <nRow> , <nCol> PRINT IMAGE <cImageFileName> | <cImageResourcename>
WIDTH <nWidth>
HEIGHT <nHeight>
[ STRETCH ]
Units: <Row> , <Col> , <nWidth> , <nHeight> units are milimeters.