Class TranslationEffect

    Definition

    Namespace:
    ElmSharp
    Assembly:
    ElmSharp.dll

    Translation effect class.

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

    Constructors

    View Source

    TranslationEffect(Point, Point)

    Creates and initializes a new instance of the TranslationEffect class.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public TranslationEffect(Point beginPoint, Point endPoint)
    Parameters
    Type Name Description
    Point beginPoint

    The begin point of the effect.

    Point endPoint

    The end point of the effect.

    Properties

    View Source

    BeginPoint

    The begin point of the effect.

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

    EndPoint

    The end point of the effect.

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