Exemplo n.º 1
0
 public bool IsVisible(Rectangle bounds)
 {
     return(ViewPort.Intersects(bounds));
 }