In This Article

IInputTouchPoint Interface

Interface for a single touch point.

public interface IInputTouchPoint

Properties

Action

The touch action.

TouchAction Action { get; }

Property Value

TouchAction

Position

The touch position.

Point Position { get; }

Property Value

Point

TouchDevice

The touch device.

IInputTouchDevice TouchDevice { get; }

Property Value

IInputTouchDevice

Extension Methods