Search
ItemDrawContext.DrawDefault Method (Rectangle)
See Also
 





Renders the item in its default appearance in the specified rectangle.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public void DrawDefault (
    Rectangle bounds
)

Visual Basic  Copy Code

Public Sub DrawDefault( _
    bounds As Rectangle _
)

 Parameters

bounds
The rectangle in which to render the item.

 See Also