setBottom method

void setBottom(
  1. double value
)

Sets bottom

Implementation

void setBottom(double value)
{
  top = value - height;
}