C# 클래스 RedBadger.Xpf.Input.Gesture

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

공개 프로퍼티들

프로퍼티 타입 설명
Delta Vector
Point Point
Type GestureType

공개 메소드들

메소드 설명
Gesture ( GestureType type, Point point ) : System.Diagnostics
Gesture ( GestureType type, Point point, Vector delta ) : System.Diagnostics
ToString ( ) : string

메소드 상세

Gesture() 공개 메소드

public Gesture ( GestureType type, Point point ) : System.Diagnostics
type GestureType
point Point
리턴 System.Diagnostics

Gesture() 공개 메소드

public Gesture ( GestureType type, Point point, Vector delta ) : System.Diagnostics
type GestureType
point Point
delta Vector
리턴 System.Diagnostics

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Delta 공개적으로 프로퍼티

public Vector Delta
리턴 Vector

Point 공개적으로 프로퍼티

public Point Point
리턴 Point

Type 공개적으로 프로퍼티

public GestureType Type
리턴 GestureType