How to Extract Polyline interpolated points from WPF?
Hi,
I have a set of 40 Point coordinates at random angular displacements, When I add these to a Polyline and plot it in the canvas I get a smooth closed curve.
Is there a way to extract 160 interpolated points from the polyline that are already plotted in the canvas?