BehaviorBase.StartDraw override.
Namespace: MindFusion.Diagramming.Wpf.Behaviors
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public override InteractionState StartDraw ( |
Visual Basic
Copy Code
|
|---|
Public Overrides Function StartDraw( _ |
A Point structure, which specifies the current position of the mouse cursor, in document coordinates.
An instance of the InteractionState class.
See Also