Struct GestureLayer.ZoomData

    Definition

    Namespace:
    ElmSharp
    Assembly:
    ElmSharp.dll

    The struct of ZoomData.

    public struct GestureLayer.ZoomData

    Fields

    View Source

    Radius

    The radius (distance) between fingers reported to user.

    Declaration
    public Int32 Radius
    Field Value
    Type Description
    Int32
    View Source

    X

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

    Declaration
    public Int32 X
    Field Value
    Type Description
    Int32
    View Source

    Y

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

    Declaration
    public Int32 Y
    Field Value
    Type Description
    Int32
    View Source

    Zoom

    The zoom value. 1.0 means no zoom.

    Declaration
    public double Zoom
    Field Value
    Type Description
    double

    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