C# 클래스 Grafiti.GestureRecognizers.PinchEventArgs

상속: Grafiti.GestureEventArgs
파일 보기 프로젝트 열기: nuigroup/grafiti

공개 메소드들

메소드 설명
PinchEventArgs ( ) : System
PinchEventArgs ( string eventId, int groupId, float x, float y, float size, float rotation ) : System

메소드 상세

PinchEventArgs() 공개 메소드

public PinchEventArgs ( ) : System
리턴 System

PinchEventArgs() 공개 메소드

public PinchEventArgs ( string eventId, int groupId, float x, float y, float size, float rotation ) : System
eventId string
groupId int
x float
y float
size float
rotation float
리턴 System