dlg_slide_image

int dlg_slide_image (int x, int y, int width, int height, char *name);


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 relative width of the image in the negative x-direction. The height argument specifies the relative height of the image in the negative y-direction. The origin is the upper-left corner of the image.

The name argument is the name of the snapshot file, which can be in EMF (enhanced metatfile), WMF (windows metafile), or SLD (slide) format.

NOTES

Tell me about...

Programming Overview of SDS™ (Solutions Development System™)