Class TranslationEffect
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
Translation effect class.
public class TranslationEffect : EffectBase
- Inheritance
Constructors
View SourceTranslationEffect(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. |
Properties
View SourceBeginPoint
The begin point of the effect.
Declaration
public Point BeginPoint { get; }
Property Value
Type | Description |
---|---|
Point |
EndPoint
The end point of the effect.
Declaration
public Point EndPoint { get; }
Property Value
Type | Description |
---|---|
Point |