Class RotationEffect

    Definition

    Namespace:
    ElmSharp
    Assembly:
    ElmSharp.dll

    Rotation effect class.

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

    Constructors

    View Source

    RotationEffect(float, float)

    Creates and initializes a new instance of the RotationEffect class.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public RotationEffect(float beginDegree, float endDegree)
    Parameters
    Type Name Description
    float beginDegree

    The begin degree of the effect.

    float endDegree

    The end degree of the effect.

    Properties

    View Source

    BeginDegree

    The begin degree of the effect.

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

    EndDegree

    The end degree of the effect.

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