Prado\Web\UI\WebControls\TRectangleHotSpot::getTop PHP 메소드

getTop() 공개 메소드

public getTop ( ) : integer
리턴 integer the Y coordinate of the top side of the rectangle HotSpot region. Defaults to 0.
    public function getTop()
    {
        return $this->getViewState('Top', 0);
    }