Interface IVideoEffectSpray
Spray effect interface.
Inherited Members
Namespace: VisioForge.Core.Types.VideoEffects
Assembly: VisioForge.Core.dll
Syntax
public interface IVideoEffectSpray : IVideoEffect
Properties
Value
Gets or sets spray value.
Declaration
int Value { get; set; }
Property Value
Type | Description |
---|---|
int |
ValueStop
Gets or sets spray stop value (optional).
Declaration
int ValueStop { get; set; }
Property Value
Type | Description |
---|---|
int |