Search
DiagramItem.DrawHandles Method
See Also
 





Renders the adjustment handles of this item.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

Public MustOverride 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.

 Remarks

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

 See Also