MindFusion.Wpf Pack Programmer's Guide
DiagramNode.DrawHandles Method
See Also
 





DiagramItem.DrawHandles override.

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

 Syntax

C#  Copy Code

public override void DrawHandles (
    DrawingContext graphics,
    HandlesVisualStyle hstyle
)

Visual Basic  Copy Code

Public Overrides Sub DrawHandles( _
    graphics As DrawingContext, _
    hstyle As HandlesVisualStyle _
)

 Parameters

graphics

The DrawingContext surface to draw the handles on.

hstyle

The style that should be used to render the handles.

 See Also

DiagramNode Members
DiagramNode Class
MindFusion.Diagramming.Wpf Namespace