Class ZoomEffect
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
Zoom effect class.
C#Copypublic class ZoomEffect : EffectBase
- Inheritance
Constructors
View Source
ZoomEffect(float, float)
Creates and initializes a new instance of the ZoomEffect class.
Declaration
C#Copypublic ZoomEffect(float beginRate, float endRate)
Parameters
Type | Name | Description |
---|---|---|
float | beginRate | The begin rate of the effect. |
float | endRate | The end rate of the effect. |
Properties
Declaration
C#Copypublic float BeginRate { get; }
Property Value
Type | Description |
---|---|
float |
Declaration
C#Copypublic float EndRate { get; }
Property Value
Type | Description |
---|---|
float |