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

getX() public method

public getX ( ) : integer
return integer X coordinate of the clicking point, defaults to 0
    public function getX()
    {
        return $this->_x;
    }