Class TranslationEffect
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
Translation effect class.
C#Copypublic class TranslationEffect : EffectBase
- Inheritance
Constructors
View Source
TranslationEffect(Point, Point)
Creates and initializes a new instance of the TranslationEffect class.
Declaration
C#Copypublic 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
Declaration
C#Copypublic Point BeginPoint { get; }
Property Value
Type | Description |
---|---|
Point |
Declaration
C#Copypublic Point EndPoint { get; }
Property Value
Type | Description |
---|---|
Point |