C# Class Grafiti.GestureRecognizers.PinchEventArgs

Inheritance: Grafiti.GestureEventArgs
Show file Open project: nuigroup/grafiti

Public Methods

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

Method Details

PinchEventArgs() public method

public PinchEventArgs ( ) : System
return System

PinchEventArgs() public method

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
return System