ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _ShapeUtil Class / segmentsIntersect Method

In This Topic
    segmentsIntersect Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function segmentsIntersect( _
       ByVal a As IPoint, _
       ByVal b As IPoint, _
       ByVal c As IPoint, _
       ByVal d As IPoint _
    ) As Boolean
    public static bool segmentsIntersect( 
       IPoint a,
       IPoint b,
       IPoint c,
       IPoint d
    )

    Parameters

    a
    b
    c
    d
    See Also