예제 #1
0
파일: Line2I.cs 프로젝트: zyouhua/nvwa
 public bool _isSelect(Point2I nBeg, Point2I nEnd)
 {
     Rect2I rect_ = new Rect2I(nBeg, nEnd);
     return rect_._intersectWith(this);
 }