C# Class Grafiti.GestureRecognizers.PinchEventArgs

Inheritance: Grafiti.GestureEventArgs
Afficher le fichier Open project: nuigroup/grafiti

Méthodes publiques

Méthode Description
PinchEventArgs ( ) : System
PinchEventArgs ( string eventId, int groupId, float x, float y, float size, float rotation ) : System

Method Details

PinchEventArgs() public méthode

public PinchEventArgs ( ) : System
Résultat System

PinchEventArgs() public méthode

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
Résultat System