XADcreatecanvas


Purpose
Create a canvas object.
Synopsis
procedure XADcreatecanvas(wid:integer, id:integer, x:integer, y:integer, w:integer, h:integer)
Arguments
wid 
id of the window containing the canvas
id 
Canvas identifier
x coordinate (from left of window) of the object in pixels
y coordinate (from top of window) of the object in pixels
Width of the object in pixels
Height of the object in pixels
Related topics
XADcanvasdrawbox, XADcanvasdrawellipse, XADcanvaserase, XADcanvasrefresh, XADcanvasdrawimage, XADcanvassaveimage, XADcanvasdrawline, XADcanvasdrawpoint, XADcanvasdrawrectangle, XADcanvasdrawtext, XADcanvasmap, XADcanvasunmap, XADcolor


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