Renders the contents of a particular item.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public abstract void Draw ( |
Visual Basic Copy Code |
---|
Public MustOverride Sub Draw ( _ |
An object, containing all information required to visualize the item.
The viewer must draw the item using the methods of the .NET Graphics object specified in the ItemDrawContext argument.