Purpose
Draw a box on a canvas.
Synopsis
procedure XADcanvasdrawbox(id:integer, x:real, y:real,
w:real, h:real, color1:integer, color2:integer)
Arguments
|
id
|
Canvas identifier
|
|
x
|
x coordinate (from left of canvas)
|
|
y
|
y coordinate (from top of canvas)
|
|
w
|
width of box
|
|
h
|
height of box
|
|
color1
|
Border color
|
|
color2
|
Fill color
|
Further information
Draws
a solid rectangle of color
color2 with a one-pixel
margin of color
color1 of width
w and
height
h at coordinates (
x,
y).
Related topics
If you have any comments or suggestions about these pages,
please send mail to docs@dashoptimization.com.