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, IDynamicResourceHandler, INameScope, System.IDisposable
    Inheritance
    object
    BindableObject
    Element
    BaseHandle
    GestureDetector
    PinchGestureDetector
    Implements
    IDynamicResourceHandler
    INameScope
    System.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

    Methods

    View Source

    Dispose(DisposeTypes)

    override it to clean-up your own resources.

    Declaration
    protected override void Dispose(DisposeTypes type)
    Parameters
    Type Name Description
    DisposeTypes type
    Overrides
    BaseHandle.Dispose(DisposeTypes)
    View Source

    ReleaseSwigCPtr(HandleRef)

    Declaration
    protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
    Parameters
    Type Name Description
    System.Runtime.InteropServices.HandleRef swigCPtr
    Overrides
    GestureDetector.ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef)

    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

    IDynamicResourceHandler
    INameScope
    System.IDisposable

    Extension Methods

    BindableObjectExtensions.SetBinding(BindableObject, BindableProperty, string, BindingMode, IValueConverter, string)
    NameScopeExtensions.FindByName<T>(Element, string)
    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX