Class DiceVideoEffect
Dice video effect.
Implements
Inherited Members
Namespace: VisioForge.Core.Types.X.VideoEffects
Assembly: VisioForge.Core.dll
Syntax
public class DiceVideoEffect : BaseVideoEffect, IVideoEditXVideoEffect
Constructors
DiceVideoEffect(string)
Initializes a new instance of the DiceVideoEffect class.
Declaration
public DiceVideoEffect(string name = "dice")
Parameters
Type | Name | Description |
---|---|---|
string | name | The name. |
Fields
DefaultName
The default name.
Declaration
public static string DefaultName
Field Value
Type | Description |
---|---|
string |
Properties
SquareBits
Gets or sets the size of the Squares.
Declaration
public int SquareBits { get; set; }
Property Value
Type | Description |
---|---|
int |
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. |
Exceptions
Type | Condition |
---|---|
NotImplementedException |