Exemple #1
0
 public override IRectangle CalcBoxByDistFromPt(IPoint @from, double distDEG, SpatialContext ctx, IRectangle reuse)
 {
     return(_delegate.CalcBoxByDistFromPt(from, distDEG, ctx, reuse));
 }