Purpose
Creates a rectangle object.
Class
Type
Method
Syntax
bRectangle{
[<iLeft>],
[<iTop>],
[<iRight>],
[<iBottom>]
} Æ oRectangle
Arguments
| <iLeft> | The left margin of the rectangle. If the argument is not specified, the value 0 is used as default. |
| Data Type: | Integer |
| <iTop> | The top margin of the rectangle. If the argument is not specified, the value 0 is used as default. |
| Data Type: | Integer |
| <iRight> | The right margin of the rectangle. If the argument is not specified, the value 0 is used as default. |
| Data Type: | Integer |
| <iBottom> | The bottom margin of the rectangle. If the argument is not specified, the value 0 is used as default. |
| Data Type: | Integer |
Return Value
| oRectangle | The created object of the class bRectangle. |
| Data Type: | bRectangle |
Description
bRectangle:Init() creates a new object of the class bRectangle and initializes it.
See Also
Page url: http://www.YOURSERVER.com/index.html?brectangle_init.htm