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
C# Copy Code |
---|
public override InteractionState StartDraw ( |
Visual Basic Copy Code |
---|
Public Overrides Function StartDraw( _ |
A Point instance containing the current position of the mouse cursor, in document coordinates.
An instance of the InteractionState class, which specifies whether dragging the mouse should create or modify an item.