Class ZoomEffect

Definition

Namespace:
ElmSharp
Assembly:
ElmSharp.dll

Zoom effect class.

C#
Copy
[Obsolete("This has been deprecated in API12")] public class ZoomEffect : EffectBase
Inheritance
object
ZoomEffect

Constructors

View Source

ZoomEffect(float, float)

Creates and initializes a new instance of the ZoomEffect class.

Declaration
C#
Copy
[Obsolete("This has been deprecated in API12")] 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 Source

BeginRate

The begin rate of the effect.

Declaration
C#
Copy
[Obsolete("This has been deprecated in API12")] public float BeginRate { get; }
Property Value
Type Description
float
View Source

EndRate

The end rate of the effect.

Declaration
C#
Copy
[Obsolete("This has been deprecated in API12")] public float EndRate { get; }
Property Value
Type Description
float