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

getY() public method

public getY ( ) : integer
return integer Y coordinate of the clicking point, defaults to 0
    public function getY()
    {
        return $this->_y;
    }