VisioForge (c) 2025

Search Results for

    Class SquareVideoEffect

    Square video effect.

    Inheritance
    object
    BaseVideoEffect
    SquareVideoEffect
    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 SquareVideoEffect : BaseVideoEffect, IVideoEditXVideoEffect

    Constructors

    SquareVideoEffect(string)

    Initializes a new instance of the SquareVideoEffect class.

    Declaration
    public SquareVideoEffect(string name = "square")
    Parameters
    Type Name Description
    string name

    The name.

    Fields

    DefaultName

    The default name.

    Declaration
    public static string DefaultName
    Field Value
    Type Description
    string

    Properties

    Height

    Gets or sets the height of the square, relative to the frame height.

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

    Width

    Gets or sets the width of the square, relative to the frame width.

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

    Zoom

    Gets or sets the zoom amount in the center region.

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

    Methods

    GenerateDescription()

    Generates the description.

    Declaration
    public string GenerateDescription()
    Returns
    Type Description
    string

    System.String.

    Exceptions
    Type Condition
    NotImplementedException

    Implements

    IVideoEditXVideoEffect