Prado\Web\UI\WebControls\TRectangleHotSpot::getBottom PHP Метод

getBottom() публичный Метод

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