Struct GestureLayer.RotateData

    Definition

    Namespace:
    ElmSharp
    Assembly:
    ElmSharp.dll

    The struct of RotateData.

    public struct GestureLayer.RotateData

    Fields

    View Source

    Angle

    The rotation value. 0.0 means no rotation.

    Declaration
    public double Angle
    Field Value
    Type Description
    double
    View Source

    BaseAngle

    The start-angle.

    Declaration
    public double BaseAngle
    Field Value
    Type Description
    double
    View Source

    Radius

    The radius (distance) between fingers reported to user.

    Declaration
    public int Radius
    Field Value
    Type Description
    int
    View Source

    X

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

    Declaration
    public int X
    Field Value
    Type Description
    int
    View Source

    Y

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

    Declaration
    public int Y
    Field Value
    Type Description
    int
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX