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

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

    Parameters

    rectangles
    See Also