Search
FreeFormNode.DrawHandles Method
See Also
 





DiagramNode.DrawHandles override.

Namespace: MindFusion.Diagramming
Assembly: 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