Search
TouchEventArgs.DeviceLocation Property
See Also
 






Gets the touch location, in device coordinates.

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

 Syntax

C#  Copy Code

public Point DeviceLocation { get; }

Visual Basic  Copy Code

Public ReadOnly Property DeviceLocation As Point

 Property Value

A Point object.

 See Also