Esempio n. 1
0
 public override Rectangle CalcBoxByDistFromPt(Point @from, double distDEG, SpatialContext ctx, Rectangle reuse)
 {
     return(_delegate.CalcBoxByDistFromPt(from, distDEG, ctx, reuse));
 }