MindFusion.Wpf Pack Programmer's Guide
PanBehavior.StartDraw Method
See Also
 





BehaviorBase.StartDraw override. Invoked when a user presses the left mouse button inside the diagram drawing area.

Namespace: MindFusion.Diagramming.Wpf.Behaviors
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public override InteractionState StartDraw (
    Point point
)

Visual Basic  Copy Code

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

 Parameters

point

A Point instance containing the current position of the mouse cursor, in document coordinates.

 Return Value

An instance of the InteractionState class, which specifies whether dragging the mouse should create or modify an item.

 See Also

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