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