C# Class TouchBridge.Forwarders.Win8.PointerTouchInfo

Afficher le fichier Open project: HEInventions/TouchBridge Class Usage Examples

Méthodes publiques

Свойство Type Description
ContactArea ContactArea
ContactAreaRaw ContactArea
Orientation uint
PointerInfo PointerInfo
Pressure uint
TouchFlags TouchFlags
TouchMasks TouchMask

Méthodes publiques

Méthode Description
Move ( int deltaX, int deltaY ) : void

Move the touch point, together with its ContactArea

Method Details

Move() public méthode

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
Résultat void

Property Details

ContactArea public_oe property

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
Résultat ContactArea

ContactAreaRaw public_oe property

A raw pointer contact area.
public ContactArea,TouchBridge.Forwarders.Win8 ContactAreaRaw
Résultat ContactArea

Orientation public_oe property

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
Résultat uint

PointerInfo public_oe property

Contains basic pointer information common to all pointer types.
public PointerInfo,TouchBridge.Forwarders.Win8 PointerInfo
Résultat PointerInfo

Pressure public_oe property

Pointer pressure normalized in a range of 0 to 256.
public uint Pressure
Résultat uint

TouchFlags public_oe property

Lists the touch flags.
public TouchFlags TouchFlags
Résultat TouchFlags

TouchMasks public_oe property

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
Résultat TouchMask