Syntax: drawPicture
document, [
fileName | member
castMem ], [
destRect |
topLeftPoint ]
Draws a bitmapped or PICT cast member, EPS, PICT or BMP file from disk on the current page. If a destRect is specified, the picture will be sized to fit within the rectangle without distortion. If a topLeftPoint is specified, the image will be drawn at 100% size from the specified point.
Examples:
drawPicture doc, member "image", Point(100,50)
drawPicture doc, the pathName&"image.eps", Rect(0,0,100,100)