Class ZoomEffect
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
- API Level:
- preview
Zoom effect class.
C#Copypublic class ZoomEffect : EffectBase
- Inheritance
Constructors
View Source
ZoomEffect(Single, Single)
Creates and initializes a new instance of the ZoomEffect class.
Declaration
C#Copypublic 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
Declaration
C#Copypublic float BeginRate { get; }
Property Value
Type | Description |
---|---|
Single |
API Level: preview
Declaration
C#Copypublic float EndRate { get; }
Property Value
Type | Description |
---|---|
Single |