Struct GestureLayer.ZoomData

    Definition

    Namespace:
    ElmSharp
    Assembly:
    ElmSharp.dll

    The struct of ZoomData.

    [Obsolete("This has been deprecated in API12")]
    [NativeStruct("Elm_Gesture_Zoom_Info", Include = "Elementary.h", PkgConfig = "elementary")]
    public struct GestureLayer.ZoomData

    Fields

    View Source

    Radius

    The radius (distance) between fingers reported to user.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public int Radius
    Field Value
    Type Description
    int
    View Source

    X

    The X coordinate of zoom center point reported to the user.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public int X
    Field Value
    Type Description
    int
    View Source

    Y

    The Y coordinate of zoom center point reported to the user.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public int Y
    Field Value
    Type Description
    int
    View Source

    Zoom

    The zoom value. 1.0 means no zoom.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public double Zoom
    Field Value
    Type Description
    double
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX