MindFusion.Wpf Pack Programmer's Guide
ShapeNode.DrawLocal 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 DrawLocal (
    DrawingContext graphics,
    RenderOptions options
)

Visual Basic  Copy Code

Public Overrides Sub DrawLocal( _
    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

ShapeNode Members
ShapeNode Class
MindFusion.Diagramming.Wpf Namespace