Class ZoomEffect
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
Zoom effect class.
public class ZoomEffect : EffectBase
- Inheritance
Constructors
View SourceZoomEffect(float, float)
Creates and initializes a new instance of the ZoomEffect class.
Declaration
public 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
View SourceBeginRate
The begin rate of the effect.
Declaration
public float BeginRate { get; }
Property Value
Type | Description |
---|---|
float |
EndRate
The end rate of the effect.
Declaration
public float EndRate { get; }
Property Value
Type | Description |
---|---|
float |