Nevron .NET Vision
Nevron.GraphicsCore Namespace / NPolylineF Class / IntersectsWith Method


In This Topic
    IntersectsWith Method (NPolylineF)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function IntersectsWith( _
       ByVal polyline As NPolylineF _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NPolylineF
    Dim polyline As NPolylineF
    Dim value As System.Boolean
     
    value = instance.IntersectsWith(polyline)
    public System.bool IntersectsWith( 
       NPolylineF polyline
    )

    Parameters

    polyline
    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