Changes

Jump to navigation Jump to search

Category:gc

9 bytes added, 23:59, 2 June 2011
no edit summary
Line 8: Line 8:  
*'''[[gc: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
 
*'''[[gc: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
 
*'''[[gc:drawString]]'''(string, x, y, position) position is the string’s anchor point and can be "baseline", “bottom”, “middle”, or “top”.  
 
*'''[[gc:drawString]]'''(string, x, y, position) position is the string’s anchor point and can be "baseline", “bottom”, “middle”, or “top”.  
*'''[[gc:fillArc]]'''(x, y, width, height, start angle, finish angle) see [[drawArc]]
+
*'''[[gc:fillArc]]'''(x, y, width, height, start angle, finish angle) see [[gc:drawArc]]
*'''[[gc:fillPolygon]]'''(int list1 [,int list2, .., int listN]) see [[drawPolyLine]]
+
*'''[[gc:fillPolygon]]'''(int list1 [,int list2, .., int listN]) see [[gc:drawPolyLine]]
*'''[[gc:fillRect]]'''(x, y, width, height) see [[drawRect]]
+
*'''[[gc:fillRect]]'''(x, y, width, height) see [[gc:drawRect]]
 
*'''[[gc:finish]]''' -
 
*'''[[gc:finish]]''' -
 
*'''[[gc:getStringHeight]]'''(string) - Returns the string's height.
 
*'''[[gc:getStringHeight]]'''(string) - Returns the string's height.
30

edits

Navigation menu