Class ZoomEffect

Definition

Namespace:
ElmSharp
Assembly:
ElmSharp.dll

Zoom effect class.

C#
Copy
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
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
public float BeginRate { get; }
Property Value
Type Description
float
View Source

EndRate

The end rate of the effect.

Declaration
C#
Copy
public float EndRate { get; }
Property Value
Type Description
float