Class ZoomEffect

Definition

Namespace:
ElmSharp
Assembly:
ElmSharp.dll
API Level:
preview

Zoom effect class.

C#
Copy
public class ZoomEffect : EffectBase
Inheritance
System.Object
ZoomEffect

Constructors

View Source

ZoomEffect(Single, Single)

Creates and initializes a new instance of the ZoomEffect class.

Declaration
C#
Copy
public ZoomEffect(float beginRate, float endRate)
Parameters
Type Name Description
System.Single beginRate

The begin rate of the effect.

System.Single endRate

The end rate of the effect.

API Level: preview

Properties

View Source

BeginRate

The begin rate of the effect.

Declaration
C#
Copy
public float BeginRate { get; }
Property Value
Type Description
System.Single
API Level: preview
View Source

EndRate

The end rate of the effect.

Declaration
C#
Copy
public float EndRate { get; }
Property Value
Type Description
System.Single
API Level: preview