Exemplo n.º 1
0
 public static ByteBuffer getScaledScreen(int address, int bufferWidth, int height, int pixelFormat)
 {
     lock (screenScaleLock)
     {
         return(NativeUtils.getScaledScreen(address, bufferWidth, height, pixelFormat));
     }
 }