DiagramItem.Draw override.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public override void Draw ( |
Visual Basic Copy Code |
---|
Public Overrides Sub Draw( _ |
A DrawingContext object where the item should be rendered.
Provides options for the drawing operation.
This method draws the node's Template if it is specified, or otherwise calls DrawLocal to execute standard low-level graphics rendering code of nodes.
WpfDiagram Programmer's Guide | © 2024 MindFusion |