Concept Framework 2.2 documentation | Contents | Index |
Name | Version | Deprecated |
Canvas | version 1.0 | no |
This is a helper class providing access to basic draw primitives. It should be attached to controls that have a window like RForm or RFrame for example. |
PenColor | This property sets or gets the color of the pen used on to the canvas |
Arc | Draws an arc originating in (x,y) |
Canvas | This is the standard contructor for this class and should not be used directly |
Circle | Draws a circle originating in (x,y) and having the r radius |
Line | Draws a line from (x1, y1) to (x2, y2) |
Point | Plots at the given coordinates |
Rectangle | Draws a rectangle originating in (x,y) and having the (w,h) width, respectively height |
Documented by Eduard Suica, generation time: Sun Jan 27 18:15:11 2013 GMT | (c)2013 Devronium Applications |