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

Constructors

View Source

PinchGestureDetector()

Creates an initialized PinchGestureDetector.

Declaration
C#
Copy
public PinchGestureDetector()
View Source

PinchGestureDetector(PinchGestureDetector)

The copy constructor.

Declaration
C#
Copy
public PinchGestureDetector(PinchGestureDetector handle)
Parameters
Type Name Description
PinchGestureDetector 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 pinch is detected on the attached view.

Declaration
C#
Copy
public event DaliEventHandler<object, PinchGestureDetector.DetectedEventArgs> Detected
Event Type
Type Description
DaliEventHandler<Object, PinchGestureDetector.DetectedEventArgs>

Implements

Extension Methods