Changes

Jump to navigation Jump to search

Category:gc

12 bytes removed, 16:30, 22 May 2011
Line 11: Line 11:  
*'''[[drawPolyLine]]'''(int list1 [,int list2, .., int listN]) Draws a shape from a list contaning successively the x and y coordinates of each point the line have to draw.
 
*'''[[drawPolyLine]]'''(int list1 [,int list2, .., int listN]) Draws a shape from a list contaning successively the x and y coordinates of each point the line have to draw.
 
*'''[[drawRect]]'''(x, y, xwidth, yheight) Draws a rectangle at (x,y) with the “x” side being “xwidth” long and the “y” side being “yheight” long
 
*'''[[drawRect]]'''(x, y, xwidth, yheight) Draws a rectangle at (x,y) with the “x” side being “xwidth” long and the “y” side being “yheight” long
*'''[[drawString]]'''(string, x, y, PositionString) PositionString is the string’s anchor point and can be "baseline", “bottom”, “middle”, or “top”.  
+
*'''[[drawString]]'''(string, x, y, position) position is the string’s anchor point and can be "baseline", “bottom”, “middle”, or “top”.  
 
*'''[[fillArc]]'''(x, y, width, height, start angle, finish angle) see [[drawArc]]
 
*'''[[fillArc]]'''(x, y, width, height, start angle, finish angle) see [[drawArc]]
 
*'''[[fillPolygon]]'''(int list1 [,int list2, .., int listN]) see [[drawPolyLine]]
 
*'''[[fillPolygon]]'''(int list1 [,int list2, .., int listN]) see [[drawPolyLine]]

Navigation menu