Prado\Web\UI\WebControls\TRectangleHotSpot::getBottom PHP Method

getBottom() public method

public getBottom ( ) : integer
return integer the Y coordinate of the bottom side of the rectangle HotSpot region. Defaults to 0.
    public function getBottom()
    {
        return $this->getViewState('Bottom', 0);
    }