ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Tools Namespace / CompiledRegion.Entity Structure / CompiledRegion.Entity Constructor / CompiledRegion.Entity Constructor(RectangleF)
The rectangle to be represented as an entity.

In This Topic
    CompiledRegion.Entity Constructor(RectangleF)
    In This Topic
    Initializes a new instance of the CompiledRegion.Entity struct from a System.Drawing.RectangleF.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal rect As RectangleF _
    )
    public CompiledRegion.Entity( 
       RectangleF rect
    )

    Parameters

    rect
    The rectangle to be represented as an entity.
    See Also