Class ZoomEffect

    Definition

    Namespace:
    ElmSharp
    Assembly:
    ElmSharp.dll

    Zoom effect class.

    [Obsolete("This has been deprecated in API12")]
    public class ZoomEffect : EffectBase
    Inheritance
    object
    EffectBase
    ZoomEffect

    Constructors

    View Source

    ZoomEffect(float, float)

    Creates and initializes a new instance of the ZoomEffect class.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public ZoomEffect(float beginRate, float endRate)
    Parameters
    Type Name Description
    float beginRate

    The begin rate of the effect.

    float endRate

    The end rate of the effect.

    Properties

    View Source

    BeginRate

    The begin rate of the effect.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public float BeginRate { get; }
    Property Value
    Type Description
    float
    View Source

    EndRate

    The end rate of the effect.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public float EndRate { get; }
    Property Value
    Type Description
    float
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX