Changes

Jump to navigation Jump to search

gc:fillRect

27 bytes removed, 07:37, 6 August 2011
no edit summary
Line 2: Line 2:     
Draws a color-filled rectangle at coordinates (x,y) with the “x” side being “xwidth” long and the “y” side being “yheight” long.
 
Draws a color-filled rectangle at coordinates (x,y) with the “x” side being “xwidth” long and the “y” side being “yheight” long.
 +
    
{{Since|3.0}}
 
{{Since|3.0}}
Line 20: Line 21:  
| <u><center>yheight</center></u> || number || The height of the rectangle
 
| <u><center>yheight</center></u> || number || The height of the rectangle
 
|}
 
|}
      
== Example ==  
 
== Example ==  
Line 30: Line 30:  
This code does the same thing as :
 
This code does the same thing as :
 
[[gc:fillPolygon]]({0,0, 0,100, 100,100, 100,0, 0,0}).
 
[[gc:fillPolygon]]({0,0, 0,100, 100,100, 100,0, 0,0}).
  −
<br /><br />
      
== See also  ==
 
== See also  ==
 
*[[gc:fillPolygon]]
 
*[[gc:fillPolygon]]
   −
<br /><br />
      
[[Category:gc]]
 
[[Category:gc]]

Navigation menu