コード例 #1
0
 public bool IsVisible(Rectangle bounds)
 {
     return(ViewPort.Intersects(bounds));
 }