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

In This Topic
    _intersectsWith Method (_BaseShape)
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Function _intersectsWith( _
       ByVal other As IShape _
    ) As Boolean
    public virtual bool _intersectsWith( 
       IShape other
    )

    Parameters

    other
    See Also