Override in a derived class to provide implementation specific drawing for the node.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public virtual void DrawLocal ( |
Visual Basic
Copy Code
|
|---|
Public Overridable Sub DrawLocal( _ |
The IGraphics surface to draw the node on.
Provides options for the drawing operation.
See Also