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





DiagramNode.DrawHandles override.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

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

 Parameters

graphics

The IGraphics surface to draw the handles on.

hstyle

The style that should be used to render the handles.

options

Provides options for the drawing operation.

 See Also

FreeFormNode Members
FreeFormNode Class
MindFusion.Diagramming Namespace