XADcanvasdrawrectangle


Purpose
Draw a rectangle on a canvas.
Synopsis
procedure XADcanvasdrawrectangle>(id:integer, x:real, y:real, w:real, h:real, color:integer)
Arguments
id 
Canvas identifier
x coordinate
y coordinate
Width
Height
color 
Color
Further information
Draws a solid rectangle of width w and height h at coordinates (x,y) with the given color.
Related topics
XADcanvasdrawbox, XADcanvasdrawline, XADcanvasdrawpoint, XADcanvasdrawtext, XADcolor


If you have any comments or suggestions about these pages, please send mail to docs@dashoptimization.com.