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

getX() public méthode

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