Class TranslationEffect

Definition

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

Translation effect class.

C#
Copy
public class TranslationEffect : EffectBase
Inheritance
System.Object
TranslationEffect

Constructors

View Source

TranslationEffect(Point, Point)

Creates and initializes a new instance of the TranslationEffect class.

Declaration
C#
Copy
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
C#
Copy
public Point BeginPoint { get; }
Property Value
Type Description
Point
API Level: preview
View Source

EndPoint

The end point of the effect.

Declaration
C#
Copy
public Point EndPoint { get; }
Property Value
Type Description
Point
API Level: preview