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);
    }