MindFusion.Wpf Pack Programmer's Guide
TreeViewNode.Draw Method
See Also
 





Draws the node on the specified DrawingContext.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public override void Draw (
    DrawingContext graphics,
    RenderOptions options
)

Visual Basic  Copy Code

Public Overrides Sub Draw ( _
    graphics As DrawingContext, _
    options As RenderOptions _
)

 Parameters

graphics
A System.Windows.Media.DrawingContext object where the node should be rendered.
options

Provides options for the drawing operation.

 See Also

TreeViewNode Members
TreeViewNode Class
MindFusion.Diagramming.Wpf Namespace