Class RippleVideoEffect
Ripple effect does ripple mark effect by motion or rain drops.
Implements
Inherited Members
Namespace: VisioForge.Core.Types.X.VideoEffects
Assembly: VisioForge.Core.dll
Syntax
public class RippleVideoEffect : BaseVideoEffect, IVideoEditXVideoEffect
Constructors
RippleVideoEffect(string)
Initializes a new instance of the RippleVideoEffect class.
Declaration
public RippleVideoEffect(string name = "ripple")
Parameters
Type | Name | Description |
---|---|---|
string | name | The name. |
Fields
DefaultName
The default name.
Declaration
public static string DefaultName
Field Value
Type | Description |
---|---|
string |
Properties
Mode
Gets or sets the mode.
Declaration
public RippleMode Mode { get; set; }
Property Value
Type | Description |
---|---|
RippleMode |
StartTime
Gets or sets the start time.
Declaration
public TimeSpan StartTime { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |
StopTime
Gets or sets the stop time.
Declaration
public TimeSpan StopTime { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |
Methods
GenerateDescription()
Generates the description.
Declaration
public string GenerateDescription()
Returns
Type | Description |
---|---|
string | System.String. |