Search
Painter.FillBackground Method (Rectangle, Brush, Brush)
See Also
 






Fills the specified rectangle with the specified brush.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public void FillBackground (
    Rectangle rc,
    Brush brush,
    Brush fillBrush
)

Visual Basic  Copy Code

Public Sub FillBackground( _
    rc As Rectangle, _
    brush As Brush, _
    fillBrush As Brush _
)

 Parameters

rc

brush

fillBrush

 See Also