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#
Copy
public class RotationGestureDetector : GestureDetector, IDynamicResourceHandler, IElement, INameScope, IElementController, System.IDisposable
Inheritance
Implements

Constructors

View Source

RotationGestureDetector()

Creates an initialized RotationGestureDetector.

Declaration
C#
Copy
public RotationGestureDetector()
View Source

RotationGestureDetector(RotationGestureDetector)

The copy constructor.

Declaration
C#
Copy
public RotationGestureDetector(RotationGestureDetector handle)
Parameters
Type Name Description
RotationGestureDetector handle

A reference to the copied handle

Methods

View Source

Dispose(DisposeTypes)

override it to clean-up your own resources.

Declaration
C#
Copy
protected override void Dispose(DisposeTypes type)
Parameters
Type Name Description
DisposeTypes type
Overrides
View Source

ReleaseSwigCPtr(Runtime.InteropServices.HandleRef)

Declaration
C#
Copy
protected 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#
Copy
public event DaliEventHandler<object, RotationGestureDetector.DetectedEventArgs> Detected
Event Type
Type Description
DaliEventHandler<Object, RotationGestureDetector.DetectedEventArgs>

Implements

Extension Methods