Rect.set

Function/Meaning

Rectangle coordinate settings

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

Specify the left edge.

top

Specify the top edge.

right

Specify the right end.

bottom

Specify the bottom edge.

Return value
None (void)
Explanation

Sets the rectangle to the specified size.