Class StretchVideoEffect
Stretch video effect.
Inherited Members
Namespace: VisioForge.Core.Types.X.VideoEffects
Assembly: VisioForge.Core.dll
Syntax
public class StretchVideoEffect : BaseVideoEffect
Constructors
StretchVideoEffect(double, string)
Initializes a new instance of the StretchVideoEffect class.
Declaration
public StretchVideoEffect(double intensity = 0.5, string name = "stretch")
Parameters
Type | Name | Description |
---|---|---|
double | intensity | The intensity. |
string | name | The name. |
Fields
DefaultName
The default name.
Declaration
public static string DefaultName
Field Value
Type | Description |
---|---|
string |
Properties
Intensity
Gets or sets the intensity.
Declaration
public double Intensity { get; set; }
Property Value
Type | Description |
---|---|
double | The intensity. |
Methods
ToString()
Returns a string that represents this instance.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | A string that represents this instance. |