BehaviorBase.StartDraw override.
Namespace: MindFusion.Diagramming.WinForms
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.
See Also