Search
LinkNodesBehavior.StartDraw Method
See Also
 





BehaviorBase.StartDraw override.

Namespace: MindFusion.Diagramming.WinForms.Behaviors
Assembly: MindFusion.Diagramming.WinForms

 Syntax

C#  Copy Code

public override InteractionState StartDraw (
    PointF point
)

Visual Basic  Copy Code

Public Overrides Function StartDraw( _
    point As PointF _
) As InteractionState

 Parameters

point
A PointF structure, which specifies the current position of the mouse cursor, in document coordinates.

 Return Value

An instance of the InteractionState class.

 See Also