Rect.Rect

Function/Meaning

Building a Rect object

Type
Rectclassmethod of
Syntax
Rect(left, top, right, bottom)
Arguments
left

Specify the left end.

top

Specify the top edge.

right

Specify the right end.

bottom

Specify the bottom edge.

Return value
None (void)
Explanation

Builds an object of class Rect with the specified size.