GoDiagram Web Reference
NearestIntersectionOnLine Method

Find the intersection point of the finite line segment A-B and the infinite line P-Q that is closest to point P.
Syntax
'Declaration
 
Public Shared Function NearestIntersectionOnLine( _
   ByVal a As PointF, _
   ByVal b As PointF, _
   ByVal p As PointF, _
   ByVal q As PointF, _
   ByRef result As PointF _
) As Boolean
public static bool NearestIntersectionOnLine( 
   PointF a,
   PointF b,
   PointF p,
   PointF q,
   out PointF result
)

Parameters

a
b
p
q
result
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoStroke Class
GoStroke Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback