Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Point2D Class / ProjectTo Method
The 2D segment

In This Topic
    ProjectTo Method (Point2D)
    In This Topic
    Project this point onto a 2D segment.
    Syntax
    'Declaration
     
    Public Function ProjectTo( _
       ByVal seg As Segment2D _
    ) As Point2D
    public Point2D ProjectTo( 
       Segment2D seg
    )

    Parameters

    seg
    The 2D segment

    Return Value

    The projected point.
    See Also