Search
TouchEventArgs.Location Property
See Also
 






Gets the touch location, in document coordinates.

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

 Syntax

C#  Copy Code

public Point Location { get; }

Visual Basic  Copy Code

Public ReadOnly Property Location As Point

 Property Value

A Point object.

 See Also