示例#1
0
文件: Line2I.cs 项目: zyouhua/nvwa
 public bool _isSelect(Point2I nBeg, Point2I nEnd)
 {
     Rect2I rect_ = new Rect2I(nBeg, nEnd);
     return rect_._intersectWith(this);
 }