Concept Framework 2.2 documentation Contents | Index

Canvas

Name Version Deprecated
Canvas version 1.0 no

Defined in : Canvas.con
(this file must be included in your application in order to have access, unless you use a child class of Canvas that includes this file)

Description:
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.


Properties:
PenColor This property sets or gets the color of the pen used on to the canvas

Methods:
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