set(lft: Real; tp: Real; rght: Real; bttm: Real) updating;
The set method of the Rectangle class sets the values of the receiver to the coordinates specified in the parameters listed in the following table.
Parameter | Description |
---|---|
lft | Left point of the rectangle |
tp | Top point of the rectangle |
rght | Right point of the rectangle |
bttm | Bottom point of the rectangle |