Table of Contents

Interface IVideoEffectSpray

Namespace
VisioForge.Core.Types.VideoEffects
Assembly
VisioForge.Core.dll

Spray effect interface.

public interface IVideoEffectSpray : IVideoEffect

Implements

Properties

Value

Gets or sets spray value.

int Value { get; set; }

Property Value

int

ValueStop

Gets or sets spray stop value (optional).

int ValueStop { get; set; }

Property Value

int