DiagramLite Programmer's Guide
BehaviorBase.StartDraw Method
See Also
 





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

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public abstract InteractionState StartDraw (
    Point point
)

Visual Basic  Copy Code

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

 Parameters

point

A Point structure, which specifies 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

BehaviorBase Members
BehaviorBase Class
MindFusion.Diagramming Namespace