Search
PointerInfo.CurrentPoint Property
See Also
 






Gets or sets the current point of the interaction, in document coordinates.

Namespace: MindFusion.Diagramming.Interaction
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Point CurrentPoint { get; set; }

Visual Basic  Copy Code

Public Property CurrentPoint As Point

 Property Value

 See Also