Class PinchGestureDetector
Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
It tries to detect when the user moves two touch points towards or away from each other.
C#Copypublic class PinchGestureDetector : GestureDetector, IDynamicResourceHandler, IElement, INameScope, IElementController, System.IDisposable
- Inheritance
- Implements
Constructors
Declaration
C#Copypublic PinchGestureDetector()
Declaration
C#Copypublic PinchGestureDetector(PinchGestureDetector handle)
Parameters
Type | Name | Description |
---|---|---|
PinchGestureDetector | handle | A reference to the copied handle |
Methods
Declaration
C#Copyprotected override void Dispose(DisposeTypes type)
Parameters
Type | Name | Description |
---|---|---|
DisposeTypes | type |
Overrides
Declaration
C#Copyprotected override void ReleaseSwigCPtr(Runtime.InteropServices.HandleRef swigCPtr)
Parameters
Type | Name | Description |
---|---|---|
Tizen.System.Runtime.InteropServices.HandleRef | swigCPtr |
Overrides
Events
View Source
Detected
This signal is emitted when the specified pinch is detected on the attached view.
Declaration
C#Copypublic event DaliEventHandler<object, PinchGestureDetector.DetectedEventArgs> Detected
Event Type
Type | Description |
---|---|
DaliEventHandler<Object, PinchGestureDetector.DetectedEventArgs> |