Rect.set
Function/Meaning
Setting rectangle coordinates
Type
Rect class
method
Syntax
set(
left
,
top
,
right
,
bottom
)
Arguments
left
Specifies the left edge.
top
Specifies the top edge.
right
Specifies the right edge.
bottom
Specifies the bottom edge.
Return Value
None (void)
Description
Sets the rectangle to the specified size.