ASP.NET Pack Programmer's Guide
DiagramNode.DrawHandles Method
See Also
 





DiagramItem.DrawHandles override. Renders the adjustment handles of this item.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public override void DrawHandles (
    IGraphics graphics,
    HandlesVisualStyle style,
    RenderOptions options
)

Visual Basic  Copy Code

Public Overrides Sub DrawHandles( _
    graphics As IGraphics, _
    style As HandlesVisualStyle, _
    options As RenderOptions _
)

 Parameters

graphics

The IGraphics surface on which the handles should be drawn.

style

A HandlesVisualStyle instance containing brush and pen objects that should be used when drawing handles.

options

Provides options for the drawing operation.

 See Also

DiagramNode Members
DiagramNode Class
MindFusion.Diagramming Namespace
HitTestHandle Method
HandlesStyle Property