ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing.Serialization Namespace / MetaCanvas Class / FillRectangle Method

In This Topic
    FillRectangle Method (MetaCanvas)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub FillRectangle( _
       ByVal brush As BrushEx, _
       ByVal rect As RectangleF _
    ) 
    public void FillRectangle( 
       BrushEx brush,
       RectangleF rect
    )

    Parameters

    brush
    rect
    See Also