Difference between revisions of "Menu Image Create"
From Wiki
m |
m |
||
Line 1: | Line 1: | ||
{{command header|Menu}} | {{command header|Menu}} | ||
− | {{body|menu Image Create {name} {x} {y} {width} {height} |The | + | {{body|menu Image Create {name} {x} {y} {width} {height} |The '''menu Image Create''' command creates a new image control with the specified name at the given positions and dimensions. |
+ | |||
+ | name is any valid EUO name. It is used to reference the created container. | ||
+ | |||
+ | The X and Y parameters place the control at the specified position on the menu. These parameter's are in pixels, with 0,0 being the top left of the menu. | ||
+ | |||
+ | width and height are the size of the image container, in pixels.}} | ||
Revision as of 11:43, 29 December 2005
Synopsis
menu Image Create {name} {x} {y} {width} {height}
Description
The menu Image Create command creates a new image control with the specified name at the given positions and dimensions.
name is any valid EUO name. It is used to reference the created container.
The X and Y parameters place the control at the specified position on the menu. These parameter's are in pixels, with 0,0 being the top left of the menu.
width and height are the size of the image container, in pixels.
Note: |
|
See also
Main Page | Documentation |