Show / Hide Table of Contents

    Class TranslationEffect

    Definition

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

    Translation effect class.

    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
    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.

    API Level: preview

    Properties

    View Source

    BeginPoint

    The begin point of the effect.

    Declaration
    public Point BeginPoint { get; }
    Property Value
    Type Description
    Point
    API Level: preview
    View Source

    EndPoint

    The end point of the effect.

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