VisioForge (c) 2025

Search Results for

    Class ImageSource

    Image source used in Video Edit SDK.

    Inheritance
    object
    ImageSource
    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.VideoEdit
    Assembly: VisioForge.Core.dll
    Syntax
    public class ImageSource

    Constructors

    ImageSource(string, TimeSpan)

    Initializes a new instance of the ImageSource class.

    Declaration
    public ImageSource(string filename, TimeSpan duration)
    Parameters
    Type Name Description
    string filename

    File name.

    TimeSpan duration

    Duration (in milliseconds).

    Properties

    Duration

    Gets or sets duration (in milliseconds).

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

    Filename

    Gets or sets image file name.

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