Hello All,
Is it possible to create a buffer around a line or just points?
Or maybe offset a line to left and right and then union left and right part?
Please advice
Best Regards
Solved! Go to Solution.
Hi Peter,
Sure it is, you can create buffer for any geometry Point, Line or Polygon. The Esri.ArcGISRuntime.Geometry.GeometryEngine.Buffer use any type of geometry to create buffer for.
Thanks,
Asser
Hi Peter,
Sure it is, you can create buffer for any geometry Point, Line or Polygon. The Esri.ArcGISRuntime.Geometry.GeometryEngine.Buffer use any type of geometry to create buffer for.
Thanks,
Asser