Search
Painter.FillRectangle Method
See Also
 






Fills the specified rectangle using the Style.FillColor from the specified style. If the fill color is transparent, nothing is actually drawn.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public void FillRectangle (
    Rectangle rc,
    Style style
)

Visual Basic  Copy Code

Public Sub FillRectangle( _
    rc As Rectangle, _
    style As Style _
)

 Parameters

rc

style

 See Also