<ELLIPSE>

<< Click to Display Table of Contents >>

Navigation:  Common vpxPrint tags > Shapes >

<ELLIPSE>

 

Syntax :

 

<ELLIPSE [#n] >

Ellipse filled with the BGCOLOR value and the shape drawn with LINECOLOR value.

<ELLIPSE) [#n] >

Ellipse with a transparent background and drawn with the LINECOLOR value.

<ELLIPSE [)] [@FRAME#frameName] >

Ellipse within frame #frameName    (version 10.27c)

 

The ELLIPSE tag defines an ellipse filled with the value and borders with value.

If the syntax "<ELLIPSE)>" is used, the ellipse will be drawn transparent

 

The syntax is similar to the RECT or FILLRECT tags and allows the #n syntax :

 

<AT=1,2><#1> <BGCOLOR=YELLOW><R+10><C+10><ELLIPSE#1>

-OR-

<AT=1,2><FROM> <BGCOLOR=GREEN><R+10><C+10><ELLIPSE>        

 

about_24_h Notes:

 

Filled ellipses can have a shadow with the <SHADOW> tag

 

Tuto_Ellipse