C# 클래스 TouchBridge.Forwarders.Win8.PointerTouchInfo

파일 보기 프로젝트 열기: HEInventions/TouchBridge 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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