Search
IItemViewer.Draw Method
See Also
 





Renders the contents of a particular item.

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

 Syntax

C#  Copy Code

public abstract void Draw (
    ItemDrawContext context
)

Visual Basic  Copy Code

Public MustOverride 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 .NET Graphics object specified in the ItemDrawContext argument.

 See Also