Example #1
0
 public bool IsInViewport(IRectangle2D rect)
 {
     return(IsInViewport(rect as IRectangle));
 }
Example #2
0
		public bool IsInViewport(IRectangle2D rect) {
			return IsInViewport(rect as IRectangle);
		}
Example #3
0
		public bool IsInViewport(IRectangle2D rect) {
			throw new NotImplementedException();
		}
Example #4
0
 public bool IsInViewport(IRectangle2D rect)
 {
     throw new NotImplementedException();
 }