Eyeshot 9.0 WinForms API Reference
Project Method (Segment2D)

WinForms Assembly > devDept.Geometry Namespace > Segment2D Class : Project Method
Test point
Finds the point on the (infinite) line that is closest to given point.
Syntax
'Declaration
 
Public Function Project( _
   ByVal pt As Point2D _
) As Double
public double Project( 
   Point2D pt
)

Parameters

pt
Test point

Return Value

The parameter of the point on the line that is closest to test point.
See Also

Reference

Segment2D Class
Segment2D Members