PRINT IMAGE
  

Prints an image from a file or resource.

SYNTAX

@ <nRow> , <nCol> PRINT IMAGE <cImageFileName> | <cImageResourcename>
WIDTH <
nWidth>
HEIGHT <
nHeight>
[ STRETCH ]


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).

Units: <Row> , <Col> , <nWidth> , <nHeight> units are milimeters.