IMAGE

From Macros Wiki
Revision as of 20:51, 29 July 2010 by ConnerO (talk | contribs)
Jump to navigationJump to search

Command

IMAGE
IMAGE
IMAGE <left>, <top>, <width>, <height>, <filename>


Define the size and the position of an image.

Parameters

<left>
Start position measured from the left edge of the dialog.
<top>
Start position of measured from the top edge of the dialog.
<width>
Width of the control.
<height>
Height of the control.
<filename>
Filename as either text in double quotes, or a text variable.
If the filename does not contain full path information, then the file will be opened in the same folder as the macro.

Example

- IMAGE 265, 35, 100, 100, "d1-r1-1.bmp"
For an example in a real macro see Create_Contour