Draws the node using the specified DrawingContext object.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public override void Draw ( |
Visual Basic
Copy Code
|
|---|
Public Overrides Sub Draw ( _ |
A DrawingContext object where the node should be rendered.
Provides options for the drawing operation.
See Also