Prado\Web\UI\WebControls\TImageClickEventParameter::getY PHP Méthode

getY() public méthode

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