VisioForge (c) 2025

Search Results for

    Class VideoPaddingChangerSettings

    Class VideoPaddingChangerSettings.

    Inheritance
    object
    VideoPaddingChangerSettings
    Inherited Members
    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 VideoPaddingChangerSettings

    Constructors

    VideoPaddingChangerSettings(int, int, int, int)

    Initializes a new instance of the VideoPaddingChangerSettings class.

    Declaration
    public VideoPaddingChangerSettings(int left, int top, int width, int height)
    Parameters
    Type Name Description
    int left

    The left.

    int top

    The top.

    int width

    The width.

    int height

    The height.

    Properties

    Height

    Gets or sets the height.

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

    The height.

    Left

    Gets or sets the left.

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

    The left.

    Top

    Gets or sets the top.

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

    The top.

    Width

    Gets or sets the width.

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

    The width.