In This Article

IInputTouchFrame Interface

Interface containing event data for TouchFrameReported event.

public interface IInputTouchFrame

Properties

Timestamp

The timestamp.

int Timestamp { get; }

Property Value

int

Methods

GetPrimaryTouchPoint(UIElement)

The primary touch point.

IInputTouchPoint GetPrimaryTouchPoint(UIElement relativeTo)
Parameter Type Description
relativeTo UIElement

The UIElement that the touch point is relative to.

Returns

IInputTouchPoint:

The primary touch point.

SuspendMousePromotionUntilTouchUp()

Suspends the mouse promotion until TouchUp occurs.

void SuspendMousePromotionUntilTouchUp()

Extension Methods