| Line 1: |
Line 1: |
| | == Quick Overview== | | == Quick Overview== |
| − | *'''[[gc:begin]]''' - has to be called to initiate a dummy gc (before calling [[platform.gc]]() things)
| |
| | *'''[[gc:clipRect]]'''(op, x, y, width, height) - Sets the clipping rectangle for subsequent graphics operations. | | *'''[[gc:clipRect]]'''(op, x, y, width, height) - Sets the clipping rectangle for subsequent graphics operations. |
| | *'''[[gc:drawArc]]'''(x, y, width, height, start angle, finish angle). | | *'''[[gc:drawArc]]'''(x, y, width, height, start angle, finish angle). |
| Line 11: |
Line 10: |
| | *'''[[gc:fillPolygon]]'''(int list1 [,int list2, .., int listN]) see [[gc:drawPolyLine]] | | *'''[[gc:fillPolygon]]'''(int list1 [,int list2, .., int listN]) see [[gc:drawPolyLine]] |
| | *'''[[gc:fillRect]]'''(x, y, width, height) see [[gc:drawRect]] | | *'''[[gc:fillRect]]'''(x, y, width, height) see [[gc:drawRect]] |
| − | *'''[[gc:finish]]''' - has to be called to terminate a dummy gc (after calling [[platform.gc]]() things)
| |
| | *'''[[gc:getStringHeight]]'''(string) - Returns the string's height. | | *'''[[gc:getStringHeight]]'''(string) - Returns the string's height. |
| | *'''[[gc:getStringWidth]]'''(string) - Returns the string's width | | *'''[[gc:getStringWidth]]'''(string) - Returns the string's width |