Calculates the orthogonal projection of the specified point on the line defined be the specified point pair.
Namespace: MindFusionAssembly: MindFusion.Common
public static PointF GetNearestPt ( PointF pt, PointF segPt1, PointF segPt2)
Public Shared Function GetNearestPt ( _ pt As PointF, _ segPt1 As PointF, _ segPt2 As PointF _) As PointF
Utilities MembersUtilities ClassMindFusion Namespace