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

__construct() 공개 메소드

Constructor.
public __construct ( $x, $y )
    public function __construct($x, $y)
    {
        $this->_x = $x;
        $this->_y = $y;
    }