Difference between revisions of "Menu Image Ellipse"

From Wiki
Jump to: navigation, search
(Description: Applying template to notes)
(Applying templates (header, body, footer))
Line 1: Line 1:
__NOTOC__
+
{{command header|Menu}}
== menu Image Ellipse ==
+
'''Menu'''
+
=== Synopsis ===
+
[[menu Image Ellipse]] {name} {x1} {y1} {x2} {y2} {color} {fill} [width]
+
  
=== Description ===
+
{{body|menu Image Ellipse {name} {x1} {y1} {x2} {y2} {color} {fill} [width] |The [[menu Image Ellipse]] command draws an ellipse/circle within the specified image. x1/y1 and x2/y2 define the rectangle/square that encloses the ellipse. If fill is #false then only the outer line is drawn, otherwise the ellipse is filled.
The [[menu Image Ellipse]] command draws an ellipse/circle within the specified image. x1/y1 and x2/y2 define the rectangle/square that encloses the ellipse. If fill is #false then only the outer line is drawn, otherwise the ellipse 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 ellipse, you may also specify a line width (default is 1).  
 
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 ellipse, you may also specify a line width (default is 1).  
 +
}}
  
  
Line 14: Line 10:
  
  
==== See Also ====
+
{{footer}}
{|
+
| [[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 Image Create| menu Image Create]], [[menu Image File|menu Image File]], [[menu Image FloodFill|menu Image FloodFill]], [[menu Image Line|menu Image Line]], [[menu Image Pix|menu Image Pix]], [[menu Image PixLine|menu Image PixLine]], [[menu Image Pos|menu Image Pos]], [[menu Image Rectangle|menu Image Rectangle]], [[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]]
+
|}
+
----
+
{|
+
| Width=200px | [[Main_Page]] || Width=200px | [[Documentation]] || Width=200px |
+
[[Documentation#Menu |Menu ]]
+
|}
+

Revision as of 06:18, 23 September 2005


Synopsis

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

Description

The menu Image Ellipse command draws an ellipse/circle within the specified image. x1/y1 and x2/y2 define the rectangle/square that encloses the ellipse. If fill is #false then only the outer line is drawn, otherwise the ellipse 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 ellipse, you may also specify a line width (default is 1).


Note: This command is only available from EUO 1.5.


See also

Main Page Documentation