Draws this node on the specified DrawingContext graphics surface.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public virtual void DrawLocal ( |
Visual Basic
Copy Code
|
|---|
Public Overridable Sub DrawLocal( _ |
A DrawingContext object where the item should be rendered.
Provides options for the drawing operation.
See Also