Search
IItemViewer.Draw Method
See Also
 






Renders the contents of a particular item.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

void Draw (
    ItemDrawContext context
)

Visual Basic  Copy Code

Sub Draw( _
    context As ItemDrawContext _
)

 Parameters

context

An object, containing all information required to visualize the item.

 Remarks

The viewer must draw the item using the methods of the Graphics object specified in the ItemDrawContext argument.

 See Also