Difference between revisions of "IMAGE"
From Macros Wiki
Line 1: | Line 1: | ||
− | {{Command|syntax=IMAGE <left>, <top>, <width>, <height>, < | + | {{Command|syntax=IMAGE <left>, <top>, <width>, <height>, <filename> |
|description=*DESCRPTION* | |description=*DESCRPTION* | ||
Line 6: | Line 6: | ||
|param3=<width>|param3_desc={{width}} | |param3=<width>|param3_desc={{width}} | ||
|param4=<height>|param4_desc={{height}} | |param4=<height>|param4_desc={{height}} | ||
− | |param5=< | + | |param5=<filename>|param5_desc={{filename}} |
− | + | ||
− | |||
}} | }} | ||
Revision as of 11:42, 16 July 2010
Command
- IMAGE <left>, <top>, <width>, <height>, <filename>
- DESCRPTION*
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