Search
BaseController.DrawInteraction Method
See Also
 






Called on the current controller to let it draw an appropriate feedback for the current user action.

Namespace: MindFusion.Diagramming.Interaction
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public virtual void DrawInteraction (
    IGraphics graphics
)

Visual Basic  Copy Code

Public Overridable Sub DrawInteraction( _
    graphics As IGraphics _
)

 Parameters

graphics

An IGraphics instance that should be used to perform the draw.

 See Also