ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Tools Namespace / CompiledRegion Class / Union Method / Union(RectangleF) Method
The rectangle to add.

In This Topic
    Union(RectangleF) Method
    In This Topic
    Adds a rectangle to the region.
    Syntax
    'Declaration
     
    Public Overloads Sub Union( _
       ByVal rect As RectangleF _
    ) 
    public void Union( 
       RectangleF rect
    )

    Parameters

    rect
    The rectangle to add.
    See Also