Show / Hide Table of Contents

    Class ZoomEffect

    Definition

    Namespace:
    ElmSharp
    Assembly:
    ElmSharp.dll
    API Level:
    preview

    Zoom effect class.

    public class ZoomEffect : EffectBase
    Inheritance
    Object
    EffectBase
    ZoomEffect

    Constructors

    View Source

    ZoomEffect(Single, Single)

    Creates and initializes a new instance of the ZoomEffect class.

    Declaration
    public ZoomEffect(float beginRate, float endRate)
    Parameters
    Type Name Description
    Single beginRate

    The begin rate of the effect.

    Single endRate

    The end rate of the effect.

    API Level: preview

    Properties

    View Source

    BeginRate

    The begin rate of the effect.

    Declaration
    public float BeginRate { get; }
    Property Value
    Type Description
    Single
    API Level: preview
    View Source

    EndRate

    The end rate of the effect.

    Declaration
    public float EndRate { get; }
    Property Value
    Type Description
    Single
    API Level: preview
    • View Source
    Back to top Copyright © 2016-2020 Samsung
    Generated by DocFX