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





Renders the selection handles.

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

 Syntax

C#  Copy Code

public abstract void DrawHandles (
    DrawingContext graphics,
    HandlesVisualStyle style
)

Visual Basic  Copy Code

Public MustOverride Sub DrawHandles( _
    graphics As DrawingContext, _
    style As HandlesVisualStyle _
)

 Parameters

graphics

The DrawingContext surface to draw the handles on.

style

The style that should be used to render the handles.

 Remarks

This method is invoked when the item's adjustment handles must be rendered.

 See Also

DiagramItem Members
DiagramItem Class
MindFusion.Diagramming.Wpf Namespace