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

In This Topic
    _intersectionOfRectangle Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function _intersectionOfRectangle( _
       ByVal ParamArray rectangles() As IRectangle _
    ) As IRectangle
    public static IRectangle _intersectionOfRectangle( 
       params IRectangle[] rectangles
    )

    Parameters

    rectangles
    See Also