Navigation:  Classes > bRectangle >

bRectangle:Init()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Creates a rectangle object.

Class

bRectangle

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

oRectangleThe 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

bRectangle:Bottom

bRectangle:Left

bRectangle:Right

bRectangle:Top

 


Page url: http://www.YOURSERVER.com/index.html?brectangle_init.htm