<FILLRECT>

Navigation:  vpxPrint tags > Figures >

<FILLRECT>

Previous pageReturn to chapter overviewNext page

 

Draws a rectangle filled with the BGCOLOR value.

 

Syntax :

 

<FILLRECT [| , +, )]  [#n] >

 

The syntax is similar to the <RECT> tag with support of #n areas.

 

 

<AT=1,2><#1> <BGCOLOR=YELLOW> <FILLRECT#1>

                 -OR-

<AT=1,2><FROM> <BGCOLOR=GREEN> <FILLRECT>

 

additional attributes of the rectangle :

+ or | : draws a rectangle with borders (see the <|> tag for the edge width),

) : draws a rectangle with round corners.

 

Examples:

<|10>                   sets the border width

<FILLRECT)#1>   Rectangle with round corners starting at point #1

<FILLRECT#1>    Rectangle without borders starting at point # 1

<FILLRECT+#1>  Rectangle with borders starting at point #1

 

Note : a rectangle with round corners always has borders. If you want to suppress the borders, specify a line color with same value than the background color.