Beispiel #1
0
 public void Intersects(ref BoundingRectangle rect, out bool result)
 {
     Intersects(Vertices, rect.Corners(), out result);
 }
Beispiel #2
0
 public void Contains(ref BoundingRectangle rect, out Containment result)
 {
     Contains(rect.Corners(), out result);
 }