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

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

    Parameters

    other
    See Also