Search
Painter.FillBackground Method (Rectangle, 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
)

Visual Basic  Copy Code

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

 Parameters

rc

brush

 See Also