Esempio n. 1
0
 public bool _isSelect(Point2I nBeg, Point2I nEnd)
 {
     Rect2I rect_ = new Rect2I(nBeg, nEnd);
     return rect_._intersectWith(this);
 }