Exemplo n.º 1
0
 public bool GetPixels(Color32[] colors, int x, int y, int width, int height)
 {
     return(Lib.GetWindowPixels(id, colors, x, y, width, height));
 }
Exemplo n.º 2
0
 public Color32[] GetPixels(int x, int y, int width, int height)
 {
     return(Lib.GetWindowPixels(id, x, y, width, height));
 }