Difference between revisions of "Menu Image Create"

From Wiki
Jump to: navigation, search
m
m
Line 1: Line 1:
 
{{command header|Menu}}
 
{{command header|Menu}}
  
{{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.}}
+
{{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 12: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:
  • This command is only available from EUO 1.5.
  • The image is completely transparent at the beginning. For a different background, simply use Menu Image Rectangle


See also

Main Page Documentation