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





Draws the node using the specified DrawingContext object.

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 DrawingContext object where the node should be rendered.
options

Provides options for the drawing operation.

 Remarks

TemplatedNode provides empty implementation of this method, and instead uses the Template property to define the appearance of nodes.

 See Also

TemplatedNode Members
TemplatedNode Class
MindFusion.Diagramming.Wpf Namespace