ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing Namespace / RegionEx Class / CreateRegion Method / CreateRegion(RectangleF) Method

In This Topic
    CreateRegion(RectangleF) Method
    In This Topic
    Creates new Region that consists from one rectangle.
    Syntax
    'Declaration
     
    Public Overloads Shared Function CreateRegion( _
       ByVal rect As RectangleF _
    ) As RegionEx
    public static RegionEx CreateRegion( 
       RectangleF rect
    )

    Parameters

    rect
    See Also