Beispiel #1
0
 static public ClickablePoint SearchPixelInRect(int left, int top, int right, int bottom, Color color1, int variation)
 {
     return((ClickablePoint)FastFindHelper.PixelSearch(left, top, right, bottom, color1, variation));
 }
Beispiel #2
0
 public static Point PixelSearch(int left, int top, int right, int bottom, Color color1, int variation)
 {
     return(FastFindHelper.PixelSearch(left, top, right, bottom, color1, variation));
 }
Beispiel #3
0
 static public ClickablePoint SearchPixelInRect(DetectableArea point)
 {
     return((ClickablePoint)FastFindHelper.PixelSearch(point.Left, point.Top, point.Right, point.Bottom, point.Color, point.ShadeVariation));
 }