geomerative
index
 
Name draw ( )
Examples
None available
Description Use this method to draw a character on a certain canvas.
Syntax
draw(character, g);
draw(text, g);
Parameters
character   char, the character to be drawn
text   String, the string to be drawn
g   PGraphics, the canvas where to draw
Returns None
Usage Web & Application
Related toShape ( )
toGroup ( )