pathGeometry.GetPointAtFractionLength(progress, out point, out tangent);
GetPointAtFractionLength gives a point on the pathgeometry and a tangent at that point if factional length is given.
I have the point already but I don't have the (factional length)progress. Is there a method just to get the tangent to the pathgeometry at a given point on the pathgeometry?