In This Article

IInputTouchFrame Interface

Interface containing event data for TouchFrameReported event.

public interface IInputTouchFrame

Properties

Timestamp

Gets the timestamp.

int Timestamp { get; }

Property Value

int:

The timestamp.

Methods

GetPrimaryTouchPoint(UIElement)

Gets 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()