Prado\Web\UI\WebControls\TCircleHotSpot::getX PHP 메소드

getX() 공개 메소드

public getX ( ) : integer
리턴 integer the X coordinate of the center of the circular HotSpot region. Defaults to 0.
    public function getX()
    {
        return $this->getViewState('X', 0);
    }