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