ChangeScreenResolution() public method

public ChangeScreenResolution ( int x, int y ) : void
x int
y int
return void
 public MainWindow()
 {
     _changeResolution = new ChangeResolution();
     _changeResolution.ChangeScreenResolution(1024, 768);
     InitializeComponent();
     InitBalls();
     InitAnimations();
     InitKinect();
 }
Example #2
0
 public MainWindow()
 {
     _changeResolution = new ChangeResolution();
     _changeResolution.ChangeScreenResolution(1024, 768);
     InitializeComponent();
     InitBalls();
     InitAnimations();
     InitKinect();
 }