Exemple #1
0
 public bool Includes(float x, float y)
 {
     return(visibleRect.Includes(x, y));
 }