C# Класс TouchBridge.Forwarders.Win8.PointerTouchInfo

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
ContactArea ContactArea
ContactAreaRaw ContactArea
Orientation uint
PointerInfo PointerInfo
Pressure uint
TouchFlags TouchFlags
TouchMasks TouchMask

Открытые методы

Метод Описание
Move ( int deltaX, int deltaY ) : void

Move the touch point, together with its ContactArea

Описание методов

Move() публичный Метод

Move the touch point, together with its ContactArea
public Move ( int deltaX, int deltaY ) : void
deltaX int the change in the x-value
deltaY int the change in the y-value
Результат void

Описание свойств

ContactArea публичное свойство

Pointer contact area in pixel screen coordinates. By default, if the device does not report a contact area, this field defaults to a 0-by-0 rectangle centered around the pointer location.
public ContactArea,TouchBridge.Forwarders.Win8 ContactArea
Результат ContactArea

ContactAreaRaw публичное свойство

A raw pointer contact area.
public ContactArea,TouchBridge.Forwarders.Win8 ContactAreaRaw
Результат ContactArea

Orientation публичное свойство

A pointer orientation, with a value between 0 and 359, where 0 indicates a touch pointer aligned with the x-axis and pointing from left to right; increasing values indicate degrees of rotation in the clockwise direction. This field defaults to 0 if the device does not report orientation.
public uint Orientation
Результат uint

PointerInfo публичное свойство

Contains basic pointer information common to all pointer types.
public PointerInfo,TouchBridge.Forwarders.Win8 PointerInfo
Результат PointerInfo

Pressure публичное свойство

Pointer pressure normalized in a range of 0 to 256.
public uint Pressure
Результат uint

TouchFlags публичное свойство

Lists the touch flags.
public TouchFlags TouchFlags
Результат TouchFlags

TouchMasks публичное свойство

Indicates which of the optional fields contain valid values. The member can be zero or any combination of the values from the Touch Mask constants.
public TouchMask TouchMasks
Результат TouchMask