(slide_image)

(slide_image x y width height slide)


Display a slide in the dialog box.


This function displays an image in a dialog box.

The image is positioned at x,y coordinates. These coordinates are the upper-left corner of the image. The width argument specifies the width of the image in the positive x-direction. The height argument specifies the height of the image in the negative y-direction.

The slide argument is the name of the snapshot file, which can be in EMF (enhanced metafile), WMF (Windows metafile), or SLD (slide) format. progeCAD searches for slides in the lib.slb file located in the search path.

Example

Code Returns
(slide_image 10 10 15 20 "ICAD(ANSI36)") nil

NOTE  Use the MSlide command to create an image. For good reproduction, create the snapshot at the same size and aspect ratio (usually 4:3) that you plan to display the image in the dialog box.

Tell me about...

(dimx_tile key)

(dimy_tile key)

LISP Compatibility

Programming Overview of LISP (LISt Processing) Language