Checks whether the line segment defined by the specified points contain the specified point.
Namespace: MindFusionAssembly: MindFusion.Common
public static bool PointInSegment ( Point pt, Point sgm1, Point sgm2)
Public Shared Function PointInSegment( _ pt As Point, _ sgm1 As Point, _ sgm2 As Point _) As Boolean
Utilities MembersUtilities ClassMindFusion Namespace