Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Segment2D Class / IntersectionLineInternal Method

In This Topic
    IntersectionLineInternal Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function IntersectionLineInternal( _
       ByVal s1 As Segment2D, _
       ByVal s2 As Segment2D, _
       ByRef s As Double, _
       ByRef t As Double, _
       ByRef i0 As Point2D _
    ) As Boolean
    public static bool IntersectionLineInternal( 
       Segment2D s1,
       Segment2D s2,
       out double s,
       out double t,
       out Point2D i0
    )

    Parameters

    s1
    s2
    s
    t
    i0
    See Also