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