Show / Hide Table of Contents

    Struct GestureLayer.LineData

    Definition

    Namespace:
    ElmSharp
    Assembly:
    ElmSharp.dll
    API Level:
    preview

    The struct of LineData.

    [NativeStruct("Elm_Gesture_Line_Info", Include = "Elementary.h", PkgConfig = "elementary")]
    public struct LineData

    Fields

    View Source

    Angle

    Angle (direction) of lines.

    Declaration
    public double Angle
    Field Value
    Type Description
    Double
    API Level: preview
    View Source

    FingersCount

    Number of fingers.

    Declaration
    public uint FingersCount
    Field Value
    Type Description
    UInt32
    API Level: preview
    View Source

    HorizontalMomentum

    Momentum on X.

    Declaration
    public int HorizontalMomentum
    Field Value
    Type Description
    Int32
    API Level: preview
    View Source

    HorizontalSwipeTimestamp

    Timestamp of start of final X-swipe.

    Declaration
    public uint HorizontalSwipeTimestamp
    Field Value
    Type Description
    UInt32
    API Level: preview
    View Source

    VerticalMomentum

    Momentum on Y.

    Declaration
    public int VerticalMomentum
    Field Value
    Type Description
    Int32
    API Level: preview
    View Source

    VerticalSwipeTimestamp

    Timestamp of start of final Y-swipe.

    Declaration
    public uint VerticalSwipeTimestamp
    Field Value
    Type Description
    UInt32
    API Level: preview
    View Source

    X1

    Final-swipe direction starting point on X.

    Declaration
    public int X1
    Field Value
    Type Description
    Int32
    API Level: preview
    View Source

    X2

    Final-swipe direction ending point on X.

    Declaration
    public int X2
    Field Value
    Type Description
    Int32
    API Level: preview
    View Source

    Y1

    Final-swipe direction starting point on Y.

    Declaration
    public int Y1
    Field Value
    Type Description
    Int32
    API Level: preview
    View Source

    Y2

    Final-swipe direction ending point on Y.

    Declaration
    public int Y2
    Field Value
    Type Description
    Int32
    API Level: preview
    • View Source
    Back to top Copyright © 2016-2020 Samsung
    Generated by DocFX