Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Polygon2D Class / Intersect Method

In This Topic
    Intersect Method (Polygon2D)
    In This Topic
    Syntax
    'Declaration
     
    Public Function Intersect( _
       ByVal rectSeg As Segment2D _
    ) As Boolean
    public bool Intersect( 
       Segment2D rectSeg
    )

    Parameters

    rectSeg
    See Also