Struct GestureInfoType

    Definition

    Namespace:
    Tizen.NUI.BaseComponents
    Assembly:
    Tizen.NUI.dll

    Gesture information type containing all values needed to AccessibilityDoGestureSignal.

    public struct GestureInfoType : IEquatable<GestureInfoType>
    Implements
    IEquatable<><GestureInfoType>

    Properties

    View Source

    EndPositionX

    The X position where the gesture ends.

    Declaration
    public int EndPositionX { readonly get; set; }
    Property Value
    Type Description
    int
    View Source

    EndPositionY

    The Y position where the gesture ends.

    Declaration
    public int EndPositionY { readonly get; set; }
    Property Value
    Type Description
    int
    View Source

    EventTime

    The time when event occured.

    Declaration
    public uint EventTime { readonly get; set; }
    Property Value
    Type Description
    uint
    View Source

    StartPositionX

    The X position where the gesture begins.

    Declaration
    public int StartPositionX { readonly get; set; }
    Property Value
    Type Description
    int
    View Source

    StartPositionY

    The Y position where the gesture begins.

    Declaration
    public int StartPositionY { readonly get; set; }
    Property Value
    Type Description
    int
    View Source

    State

    The enumerated state of gesture.

    Declaration
    public AccessibilityGestureState State { readonly get; set; }
    Property Value
    Type Description
    AccessibilityGestureState
    View Source

    Type

    Accessibility enumerated gesture type.

    Declaration
    public AccessibilityGesture Type { readonly get; set; }
    Property Value
    Type Description
    AccessibilityGesture

    Methods

    View Source

    Equals(Object)

    Determines whether the specified object is equal to the current object.

    Declaration
    public override bool Equals(System.Object obj)
    Parameters
    Type Name Description
    object obj

    The object to compare with the current object

    Returns
    Type Description
    bool

    True if the specified object is equal to the current object, otherwise false

    View Source

    Equals(GestureInfoType)

    Determines whether the specified object is equal to the current object.

    Declaration
    public bool Equals(GestureInfoType other)
    Parameters
    Type Name Description
    GestureInfoType other

    The GestureInfoType to compare with the current GestureInfoType

    Returns
    Type Description
    bool

    True if equal GestureInfoType, otherwise false

    View Source

    GetHashCode()

    Gets the hash code of this baseHandle.

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int

    The Hash Code

    Operators

    View Source

    operator ==(GestureInfoType, GestureInfoType)

    The == operator.

    Declaration
    public static bool operator ==(GestureInfoType arg1, GestureInfoType arg2)
    Parameters
    Type Name Description
    GestureInfoType arg1

    The first value

    GestureInfoType arg2

    The second value

    Returns
    Type Description
    bool

    True if GestureInfoTypes are equal

    View Source

    operator !=(GestureInfoType, GestureInfoType)

    The != operator.

    Declaration
    public static bool operator !=(GestureInfoType arg1, GestureInfoType arg2)
    Parameters
    Type Name Description
    GestureInfoType arg1

    The first value

    GestureInfoType arg2

    The second value

    Returns
    Type Description
    bool

    True if GestureInfoTypes are not equal

    Implements

    IEquatable<>

    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