VisioForge (c) 2025

Search Results for

    Class StretchVideoEffect

    Stretch video effect.

    Inheritance
    object
    BaseVideoEffect
    StretchVideoEffect
    Inherited Members
    BaseVideoEffect.Name
    BaseVideoEffect.ID
    BaseVideoEffect.OnUpdate
    BaseVideoEffect.OnUpdateCall()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    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.

    Overrides
    object.ToString()