public Point PixelSearch(Rectangle rect, int color, int shade = 0, int step = 1)
 {
     return(AutoItX.PixelSearch(rect, color, shade, step));
 }