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

In This Topic
    _whetherIntersect Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function _whetherIntersect( _
       ByVal a As IShape, _
       ByVal b As IShape _
    ) As Boolean
    public static bool _whetherIntersect( 
       IShape a,
       IShape b
    )

    Parameters

    a
    b
    See Also