MindFusion WinForms Programmer's Guide
PanBehavior.StartDrawCommon Method
See Also
 





BehaviorBase.StartDrawCommon override. Invoked by the control when the user presses the left mouse button.

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

 Syntax

C#  Copy Code

protected override InteractionState StartDrawCommon (
    PointF point,
    MouseButtons button
)

Visual Basic  Copy Code

Protected Overrides Function StartDrawCommon( _
    point As PointF, _
    button As MouseButtons _
) As InteractionState

 Parameters

point

button

 Return Value

 See Also

PanBehavior Members
PanBehavior Class
MindFusion.Diagramming.WinForms.Behaviors Namespace