Class KaleidoscopeVideoEffect
Kaleidoscope video effect.
Implements
Inherited Members
Namespace: VisioForge.Core.Types.X.VideoEffects
Assembly: VisioForge.Core.dll
Syntax
public class KaleidoscopeVideoEffect : BaseVideoEffect, IVideoEditXVideoEffect
Constructors
KaleidoscopeVideoEffect(string)
Initializes a new instance of the KaleidoscopeVideoEffect class.
Declaration
public KaleidoscopeVideoEffect(string name = "kaleidoscope")
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | The name. |
Fields
DefaultName
The default name.
Declaration
public static string DefaultName
Field Value
| Type | Description |
|---|---|
| string |
Properties
Angle
Gets or sets the primary angle in radians of the kaleidoscope effect.
Declaration
public double Angle { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
Angle2
Gets or sets the secondary angle in radians of the kaleidoscope effect.
Declaration
public double Angle2 { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
Sides
Gets or sets the number of sides of the kaleidoscope.
Declaration
public int Sides { 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. |