Searched refs:IsInImage (Results 1 – 1 of 1) sorted by relevance
55 public static bool IsInImage(this BitmapImage img, int x, int y) in IsInImage() method in Antmicro.Renode.Utilities.BitmapImageExtensions65 if(img.IsInImage(x + rx, y)) in DrawCursor()73 if(img.IsInImage(x, y + ry) && ry != 0) in DrawCursor()