Prado\Web\UI\WebControls\TImageClickEventParameter::__construct PHP Метод

__construct() публичный Метод

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