Class CircleVideoEffect
Circle video effect.
Implements
Inherited Members
Namespace: VisioForge.Core.Types.X.VideoEffects
Assembly: VisioForge.Core.dll
Syntax
public class CircleVideoEffect : BaseVideoEffect, IVideoEditXVideoEffect
Constructors
CircleVideoEffect(string)
Initializes a new instance of the CircleVideoEffect class.
Declaration
public CircleVideoEffect(string name = "circle")
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 angle at which the arc starts in radians.
Declaration
public double Angle { get; set; }
Property Value
Type | Description |
---|---|
double |
Height
Gets or sets the height of the arc.
Declaration
public int Height { get; set; }
Property Value
Type | Description |
---|---|
int |
SpreadAngle
Gets or sets the length of the arc in radians.
Declaration
public double SpreadAngle { get; set; }
Property Value
Type | Description |
---|---|
double |
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. |