VisioForge (c) 2025

Search Results for

    Class VideoCompositionElement

    Class VideoCompositionElement. Implements the IDisposable.

    Inheritance
    object
    VideoCompositionElement
    Implements
    IDisposable
    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 VideoCompositionElement : IDisposable

    Constructors

    VideoCompositionElement(Bitmap, int, int)

    Initializes a new instance of the VideoCompositionElement class.

    Declaration
    public VideoCompositionElement(Bitmap image, int x, int y)
    Parameters
    Type Name Description
    Bitmap image

    The image.

    int x

    The x.

    int y

    The y.

    Properties

    Alpha

    Gets or sets the alpha.

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

    The alpha.

    Height

    Gets or sets the height.

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

    The height.

    Width

    Gets or sets the width.

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

    The width.

    X

    Gets or sets the x.

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

    The x.

    Y

    Gets or sets the y.

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

    The y.

    Methods

    Dispose()

    Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

    Declaration
    public void Dispose()

    Dispose(bool)

    Releases unmanaged and - optionally - managed resources.

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    bool disposing

    true to release both managed and unmanaged resources; false to release only unmanaged resources.

    GetGstBuffer()

    Gets the GST buffer.

    Declaration
    public object GetGstBuffer()
    Returns
    Type Description
    object

    System.Object.

    GetImage()

    Gets the image.

    Declaration
    public Bitmap GetImage()
    Returns
    Type Description
    Bitmap

    Bitmap.

    SetGstBuffer(object)

    Sets the GST buffer.

    Declaration
    public void SetGstBuffer(object buffer)
    Parameters
    Type Name Description
    object buffer

    The buffer.

    Implements

    IDisposable

    See Also

    IDisposable