Concept Framework 1.0 documentation Contents | Index

Canvas.Rectangle

Name Type Access Version Deprecated
Rectangle function public version 1.0 no

Prototype:
public function Rectangle(x,y,w,h,filled=false);

Parameters:
x      the x coordinate of the top left corner
y      the y coordinate of the top left corner
w      the width of the rectangle
h      the height of the rectangle
filled      if set to true, the rectangle will be filled

Description:
Draws a rectangle originating in (x,y) and having the (w,h) width, respectively height.

Returns:
Returns null.

Documented by Eduard Suica, generation time: Thu Oct 15 20:02:00 2009 GMT(c)2009 RadGs Software