Struct GestureLayer.TapData

    Definition

    Namespace:
    ElmSharp
    Assembly:
    ElmSharp.dll

    The struct of TapData.

    public struct GestureLayer.TapData

    Fields

    View Source

    FingersCount

    The number of fingers tapped.

    Declaration
    public UInt32 FingersCount
    Field Value
    Type Description
    UInt32
    View Source

    Timestamp

    The timestamp.

    Declaration
    public UInt32 Timestamp
    Field Value
    Type Description
    UInt32
    View Source

    X

    The X coordinate of the center point.

    Declaration
    public Int32 X
    Field Value
    Type Description
    Int32
    View Source

    Y

    The Y coordinate of the center point.

    Declaration
    public Int32 Y
    Field Value
    Type Description
    Int32

    Extension Methods

    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