예제 #1
0
 public int GetPixel(int x, int y)
 {
     return(AutoSpy.ColorToInt(this.CurrentFrame.GetPixel(x, y)));
 }
예제 #2
0
 public static int GetPixel(WindowSnap snap, int x, int y)
 {
     return(AutoSpy.ColorToInt(snap.Image.GetPixel(x, y)));
 }