SetParamsImpl() private method

private SetParamsImpl ( IntPtr nativeDisplay, int width, int height, int x, int y ) : void
nativeDisplay System.IntPtr
width int
height int
x int
y int
return void
Beispiel #1
0
 public void SetParams(int width, int height, int x, int y)
 {
     Display.SetParamsImpl(this.nativeDisplay, width, height, x, y);
 }