Prado\Web\UI\WebControls\TCircleHotSpot::getY PHP Méthode

getY() public méthode

public getY ( ) : integer
Résultat integer the Y coordinate of the center of the circular HotSpot region. Defaults to 0.
    public function getY()
    {
        return $this->getViewState('Y', 0);
    }