C# 클래스 WaveEngine.Components.Gestures.GestureEventArgs

Provides information about a gesture event when such is raised.
상속: System.EventArgs
파일 보기 프로젝트 열기: WaveEngine/Components 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
GestureSample GestureSample

공개 메소드들

메소드 설명
GestureEventArgs ( GestureSample sample ) : System

Initializes a new instance of the GestureEventArgs class.

메소드 상세

GestureEventArgs() 공개 메소드

Initializes a new instance of the GestureEventArgs class.
public GestureEventArgs ( GestureSample sample ) : System
sample GestureSample The gesture that was performed.
리턴 System

프로퍼티 상세

GestureSample 공개적으로 프로퍼티

Relevant information about the gesture performed. See GestureSample for more information.
public GestureSample,WaveEngine.Components.Gestures GestureSample
리턴 GestureSample