Search
InteractionState.StartPoint Property
See Also
 





Gets the mouse position where the interaction started.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public PointF StartPoint { get; }

Visual Basic  Copy Code

Public ReadOnly Property StartPoint As PointF

 Property Value

A PointF specifying the mouse position where the user started to draw or modify an item.

 See Also