Difference between revisions of "Menu Image File"
From Wiki
(Applying templates (header, body, footer)) |
|||
Line 1: | Line 1: | ||
{{command header|Menu}} | {{command header|Menu}} | ||
− | {{body|menu Image File {name} {x} {y} {filename} |The | + | {{body|menu Image File {name} {x} {y} {filename} |The '''menu Image File''' command loads an external image file at position x/y within the specified image. |
+ | |||
+ | name is a valid EUO name. it should match the name used with the [[menu Image Create]] command. | ||
+ | |||
+ | The X and Y values provided to this command are relative to within the Image created with the [[menu Image Create]] command, not the window itself. Therefore, menu Image File Test 0 0 test.bmp will place the image at the top right of the image container, not the top right of the window. | ||
+ | |||
+ | filename must be a valid path to an existing file.}} | ||
Revision as of 11:40, 29 December 2005
Synopsis
menu Image File {name} {x} {y} {filename}
Description
The menu Image File command loads an external image file at position x/y within the specified image.
name is a valid EUO name. it should match the name used with the menu Image Create command.
The X and Y values provided to this command are relative to within the Image created with the menu Image Create command, not the window itself. Therefore, menu Image File Test 0 0 test.bmp will place the image at the top right of the image container, not the top right of the window.
filename must be a valid path to an existing file.
Note: |
|
See also
Main Page | Documentation |