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






Fills the specified rectangle using the specified brush or, if the overlay brush is set to null, the Style.Brush from the specified style.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public void FillBackground (
    Rectangle rc,
    Style style,
    Brush overlayBrush
)

Visual Basic  Copy Code

Public Sub FillBackground( _
    rc As Rectangle, _
    style As Style, _
    overlayBrush As Brush _
)

 Parameters

rc

style

overlayBrush

 See Also