Search Results for

    Show / Hide Table of Contents

    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.

    public class PinchGestureDetector : GestureDetector, INotifyPropertyChanged, IDisposable
    Inheritance
    object
    BindableObject
    Element
    BaseHandle
    GestureDetector
    PinchGestureDetector
    Implements
    INotifyPropertyChanged
    IDisposable

    Constructors

    View Source

    PinchGestureDetector()

    Creates an initialized PinchGestureDetector.

    Declaration
    public PinchGestureDetector()
    View Source

    PinchGestureDetector(PinchGestureDetector)

    The copy constructor.

    Declaration
    public PinchGestureDetector(PinchGestureDetector handle)
    Parameters
    Type Name Description
    PinchGestureDetector handle

    A reference to the copied handle

    Events

    View Source

    Detected

    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>

    Implements

    INotifyPropertyChanged
    IDisposable
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX