Class TranslationEffect

Definition

Namespace:
ElmSharp
Assembly:
ElmSharp.dll

Translation effect class.

C#
Copy
public class TranslationEffect : EffectBase
Inheritance
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.

Properties

View Source

BeginPoint

The begin point of the effect.

Declaration
C#
Copy
public Point BeginPoint { get; }
Property Value
Type Description
Point
View Source

EndPoint

The end point of the effect.

Declaration
C#
Copy
public Point EndPoint { get; }
Property Value
Type Description
Point