Search
ScrollBarView.Draw Method
See Also
 






Draws the view in the specified IGraphics.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public void Draw (
    IGraphics graphics,
    Rectangle rectangle
)

Visual Basic  Copy Code

Public Sub Draw( _
    graphics As IGraphics, _
    rectangle As Rectangle _
)

 Parameters

graphics

rectangle

 See Also