Prado\Web\UI\WebControls\TRectangleHotSpot::getTop PHP Méthode

getTop() public méthode

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