VisioForge (c) 2025

Search Results for

    Class ImageOverlayVideoEffect

    Image overlay video effect.

    Inheritance
    object
    BaseVideoEffect
    ImageOverlayVideoEffect
    Implements
    IVideoEditXVideoEffect
    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)
    object.ToString()
    Namespace: VisioForge.Core.Types.X.VideoEffects
    Assembly: VisioForge.Core.dll
    Syntax
    public class ImageOverlayVideoEffect : BaseVideoEffect, IVideoEditXVideoEffect

    Constructors

    ImageOverlayVideoEffect(string, string)

    Initializes a new instance of the ImageOverlayVideoEffect class.

    Declaration
    public ImageOverlayVideoEffect(string filename, string name = "image-overlay")
    Parameters
    Type Name Description
    string filename

    The filename.

    string name

    The name.

    Fields

    DefaultName

    The default name.

    Declaration
    public static string DefaultName
    Field Value
    Type Description
    string

    Properties

    Alpha

    Gets or sets the alpha value [0.0-1.0].

    Declaration
    public double Alpha { get; set; }
    Property Value
    Type Description
    double

    Filename

    Gets or sets the file name.

    Declaration
    public string Filename { get; set; }
    Property Value
    Type Description
    string

    Height

    Gets or sets the height.

    Declaration
    public int Height { 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

    The start time.

    StopTime

    Gets or sets the stop time.

    Declaration
    public TimeSpan StopTime { get; set; }
    Property Value
    Type Description
    TimeSpan

    The stop time.

    Width

    Gets or sets the width.

    Declaration
    public int Width { get; set; }
    Property Value
    Type Description
    int

    X

    Gets or sets the X coordinate.

    Declaration
    public int X { get; set; }
    Property Value
    Type Description
    int

    Y

    Gets or sets the Y coordinate.

    Declaration
    public int Y { get; set; }
    Property Value
    Type Description
    int

    Methods

    GenerateDescription()

    Generates the description.

    Declaration
    public string GenerateDescription()
    Returns
    Type Description
    string

    System.String.

    Exceptions
    Type Condition
    NotImplementedException

    Implements

    IVideoEditXVideoEffect