BehaviorBase.StartDraw override. Invoked when a user presses the left mouse button inside the diagram drawing area.
Namespace: MindFusion.Diagramming.WinForms.Behaviors
Assembly: MindFusion.Diagramming.WinForms
SyntaxC#
Copy Code
|
|---|
public override InteractionState StartDraw ( |
Visual Basic
Copy Code
|
|---|
Public Overrides Function StartDraw( _ |
A PointF structure, which specifies 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.
See Also