Back Previous Next


Linguist graphics package - canvas

Syntax:

   canvas {name} {elements}

Keyword handler:

   net.eclecity.linguist.graphics.keyword.GraphicsKCanvas.class

Runtime handler(s):

   net.eclecity.linguist.graphics.handler.GraphicsHCanvas.class

Function:

Declares a canvas variable or an array of such variables. A canvas is able to hold an image and its alpha value (transparency) can be set to any value from fully transparent to fully opaque. See also create and set.

Example(s):

   canvas Picture
   canvas Pictures 8


Back Previous Next