MindFusion.Wpf Pack Programmer's Guide
TableNode.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.

 See Also

TableNode Members
TableNode Class
MindFusion.Diagramming.Wpf Namespace