Search
InteractionState.StartPoint Property
See Also
 






Gets or sets the mouse position where the interaction starts.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Point StartPoint { get; set; }

Visual Basic  Copy Code

Public Property StartPoint As Point

 Property Value

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

 See Also