VisioForge (c) 2025

Search Results for

    Class VideoMixerStreamPNGSource

    Video mixer stream image PNG source. Implements the VideoMixerStream.

    Inheritance
    object
    VideoMixerStream
    VideoMixerStreamPNGSource
    Inherited Members
    VideoMixerStream.Rectangle
    VideoMixerStream.Alpha
    VideoMixerStream.ZOrder
    VideoMixerStream.KeepAspectRatio
    VideoMixerStream.ToString()
    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 VideoMixerStreamPNGSource : VideoMixerStream

    Constructors

    VideoMixerStreamPNGSource(Rect, uint, string)

    Initializes a new instance of the VideoMixerStreamPNGSource class.

    Declaration
    public VideoMixerStreamPNGSource(Rect rectangle, uint zorder, string filename)
    Parameters
    Type Name Description
    Rect rectangle

    The rectangle.

    uint zorder

    The zorder.

    string filename

    The filename.

    Properties

    Filename

    Gets or sets the image filename.

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

    The filename.

    Methods

    GetPrevFilename()

    Gets the previous filename.

    Declaration
    public string GetPrevFilename()
    Returns
    Type Description
    string

    System.String.

    UpdateFilename(string)

    Updates the filename.

    Declaration
    public void UpdateFilename(string filename)
    Parameters
    Type Name Description
    string filename

    The filename.

    See Also

    VideoMixerStream