Class RotationGestureDetector
Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
It tries to detect when the user moves two touch points in a circular motion.
C#Copypublic class RotationGestureDetector : GestureDetector, IDynamicResourceHandler, IElement, INameScope, IElementController, System.IDisposable
- Inheritance
- Implements
Constructors
Declaration
C#Copypublic RotationGestureDetector()
Declaration
C#Copypublic RotationGestureDetector(RotationGestureDetector handle)
Parameters
Type | Name | Description |
---|---|---|
RotationGestureDetector | 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 rotation is detected on the attached view.
Declaration
C#Copypublic event DaliEventHandler<object, RotationGestureDetector.DetectedEventArgs> Detected
Event Type
Type | Description |
---|---|
DaliEventHandler<Object, RotationGestureDetector.DetectedEventArgs> |