C# 클래스 Alteridem.WinTouch.GestureInfo

파일 보기 프로젝트 열기: rprouse/WinTouch.NET 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
arguments System.Int64
extraArguments int
flags int
hwnd System.IntPtr
id int
instanceId int
location Points
sequenceId int
size int

프로퍼티 상세

arguments 공개적으로 프로퍼티

A 64-bit unsigned integer that contains the arguments for gestures that fit into 8 bytes.
public Int64,System arguments
리턴 System.Int64

extraArguments 공개적으로 프로퍼티

The size, in bytes, of extra arguments that accompany this gesture.
public int extraArguments
리턴 int

flags 공개적으로 프로퍼티

The state of the gesture. Contains GestureFlags.
public int flags
리턴 int

hwnd 공개적으로 프로퍼티

A handle to the window that is targeted by this gesture.
public IntPtr,System hwnd
리턴 System.IntPtr

id 공개적으로 프로퍼티

The identifier of the gesture command. Contains GestureId.
public int id
리턴 int

instanceId 공개적으로 프로퍼티

An internally used identifier for the structure.
public int instanceId
리턴 int

location 공개적으로 프로퍼티

A Points structure containing the coordinates associated with the gesture. These coordinates are always relative to the origin of the screen.
public Points,Alteridem.WinTouch location
리턴 Points

sequenceId 공개적으로 프로퍼티

An internally used identifier for the sequence.
public int sequenceId
리턴 int

size 공개적으로 프로퍼티

The size of the structure, in bytes. The caller must set this.
public int size
리턴 int