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