Property | Type | Description | |
---|---|---|---|
Delta | Vector | ||
Point | Point | ||
Type | GestureType |
Method | Description | |
---|---|---|
Gesture ( GestureType type, Point point ) : System.Diagnostics | ||
Gesture ( GestureType type, Point point, Vector delta ) : System.Diagnostics | ||
ToString ( ) : string |
public Gesture ( GestureType type, Point point ) : System.Diagnostics | ||
type | GestureType | |
point | Point | |
return | System.Diagnostics |
public Gesture ( GestureType type, Point point, Vector delta ) : System.Diagnostics | ||
type | GestureType | |
point | Point | |
delta | Vector | |
return | System.Diagnostics |