ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / IRectangle Interface / intersectsWith Method

In This Topic
    intersectsWith Method (IRectangle)
    In This Topic
    Syntax
    'Declaration
     
    Function intersectsWith( _
       ByVal other As IRectangle _
    ) As Boolean
    bool intersectsWith( 
       IRectangle other
    )

    Parameters

    other
    See Also