Prado\Web\UI\WebControls\TCircleHotSpot::getY PHP Метод

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

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