Difference between revisions of "Menu Image Rectangle"

From Wiki
Jump to: navigation, search
 
(See Also)
Line 16: Line 16:
 
==== See Also ====
 
==== See Also ====
 
{|
 
{|
| [[menu_Activate|menu Activate]], [[menu_Button|menu Button]], [[menu_Check|menu Check]], [[menu_Clear|menu Clear]], [[menu_Combo|menu Combo]], [[menu_Delete|menu Delete]], [[menu_Edit|menu Edit]], [[menu_Font_Align|menu Font Align]], [[menu_Font_BGColor|menu Font BGColor]], [[menu_Font_Color|menu Font Color]], [[menu_Font_Name|menu Font Name]], [[menu_Font_Size|menu Font Size]], [[menu_Font_Style|menu Font Style]], [[menu_Font_Transparent|menu Font Transparent]], [[menu_Get|menu Get]], [[menu_GetNum|menu GetNum]], [[menu_Hide|menu Hide]], [[menu_List|menu List]], [[menu_Set|menu Set]], [[menu_Shape|menu Shape]], [[menu_Show|menu Show]], [[menu_Text|menu Text]], [[menu_Window_Color|menu Window Color]], [[menu_Window_Size|menu Window Size]], [[menu_Window_Title|menu Window Title]]
+
| [[menu_Activate|menu Activate]], [[menu_Button|menu Button]], [[menu_Check|menu Check]], [[menu_Clear|menu Clear]], [[menu_Combo|menu Combo]], [[menu_Delete|menu Delete]], [[menu_Edit|menu Edit]], [[menu_Font_Align|menu Font Align]], [[menu_Font_BGColor|menu Font BGColor]], [[menu_Font_Color|menu Font Color]], [[menu_Font_Name|menu Font Name]], [[menu_Font_Size|menu Font Size]], [[menu_Font_Style|menu Font Style]], [[menu_Font_Transparent|menu Font Transparent]], [[menu_Get|menu Get]], [[menu_GetNum|menu GetNum]], [[menu_Hide|menu Hide]], [[menu_HideEUO|menu HideEUO]], [[menu_List|menu List]], [[menu_Set|menu Set]], [[menu_Shape|menu Shape]], [[menu_Show|menu Show]], [[menu_Text|menu Text]], [[menu_Window_Color|menu Window Color]], [[menu_Window_Size|menu Window Size]], [[menu_Window_Title|menu Window Title]]
 
|}
 
|}
 
----
 
----

Revision as of 02:58, 23 August 2005

menu Image Rectangle

Menu

Synopsis

menu Image Rectangle {name} {x1} {y1} {x2} {y2} {color} {fill} [width]

Description

The menu Image Rectangle command draws a rectangle between x1/y1 and x2/y2 within the specified image. If fill is #false then only the outer line is drawn, otherwise the rectangle is filled.

For the color parameter, you can use names like "red", "yellow" or "windowtext" or use a hexadecimal number like $AABBCC (BBGGRR encoded). $FEEEED is used for transparency. If you do not fill the rectangle, you may also specify a line width (default is 1).


NOTE: This command is only available from EUO 1.5.


See Also

menu Activate, menu Button, menu Check, menu Clear, menu Combo, menu Delete, menu Edit, menu Font Align, menu Font BGColor, menu Font Color, menu Font Name, menu Font Size, menu Font Style, menu Font Transparent, menu Get, menu GetNum, menu Hide, menu HideEUO, menu List, menu Set, menu Shape, menu Show, menu Text, menu Window Color, menu Window Size, menu Window Title

Main_Page Documentation

Menu