SetRenderingResolutionImpl() private method

private SetRenderingResolutionImpl ( IntPtr nativeDisplay, int w, int h ) : void
nativeDisplay System.IntPtr
w int
h int
return void
コード例 #1
0
 public void SetRenderingResolution(int w, int h)
 {
     Display.SetRenderingResolutionImpl(this.nativeDisplay, w, h);
 }