Search
ItemDrawContext.DrawDefault Method (Rect)
See Also
 






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

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public void DrawDefault (
    Rect bounds
)

Visual Basic  Copy Code

Public Sub DrawDefault( _
    bounds As Rect _
)

 Parameters

bounds

The rectangle in which to render the item.

 See Also