Concept Framework 2.0 documentation | Contents | Index |
Name | Type | Access | Version | Deprecated |
Rectangle | function | public | version 1.0 | no |
public function Rectangle(x,y,w,h,filled=false); |
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 |
Draws a rectangle originating in (x,y) and having the (w,h) width, respectively height. |
Documented by Eduard Suica, generation time: Fri Jan 21 18:06:16 2011 GMT | (c)2011 RadGs Software |