ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering Namespace / GraphicalUtils Class / CreateBrush Method / CreateBrush(IDrawingCanvas,IStyle,RectangleF,Boolean) Method

In This Topic
    CreateBrush(IDrawingCanvas,IStyle,RectangleF,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function CreateBrush( _
       ByVal canvas As IDrawingCanvas, _
       ByVal style As IStyle, _
       ByVal boundRectEx As RectangleF, _
       ByRef backgroundExist As Boolean _
    ) As BrushEx
    public static BrushEx CreateBrush( 
       IDrawingCanvas canvas,
       IStyle style,
       RectangleF boundRectEx,
       out bool backgroundExist
    )

    Parameters

    canvas
    style
    boundRectEx
    backgroundExist
    See Also