Prado\Web\UI\WebControls\TImageClickEventParameter::getY PHP 메소드

getY() 공개 메소드

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