Prado\Web\UI\WebControls\TCircleHotSpot::getX PHP Method

getX() public method

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