variable tRectputrectangle [50,100,150,200] into tRect// Store the height of the rectangle in a variablevariable tHeightputtheheightof tRect into tHeight// Increase the height of the rectanglesettheheightof tRect to (tHeight + 10)
Description
The height of the rectangle.
Note: Setting the height of a rectangle will resize it without moving the top edge, expanding or contracting from the bottom.