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