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