DiagramItem.Draw override.
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 item should be rendered.
Provides options for the drawing operation.
RemarksThis method draws the node's Template if it is specified, or otherwise calls DrawLocal to execute standard low-level graphics rendering code of nodes.
See Also