Class PinchGestureDetector
Definition
- Assembly:
- Tizen.NUI.dll
It tries to detect when the user moves two touch points towards or away from each other.
public class PinchGestureDetector : GestureDetector, INotifyPropertyChanged, IDisposable
- Inheritance
- Implements
Constructors
View SourcePinchGestureDetector()
Creates an initialized PinchGestureDetector.
Declaration
public PinchGestureDetector()
PinchGestureDetector(PinchGestureDetector)
The copy constructor.
Declaration
public PinchGestureDetector(PinchGestureDetector handle)
Parameters
| Type | Name | Description |
|---|---|---|
| PinchGestureDetector | handle | A reference to the copied handle |
Events
View SourceDetected
This signal is emitted when the specified pinch is detected on the attached view.
Declaration
public event DaliEventHandler<object, PinchGestureDetector.DetectedEventArgs> Detected
Event Type
| Type | Description |
|---|---|
| DaliEventHandler<object, PinchGestureDetector.DetectedEventArgs> |