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