VisioForge (c) 2025

Search Results for

    Class OverlayManagerDateTime

    Overlay Manager Date/Time overlay. Set Text to "some text [DATETIME] other text" string to use date/time. Implements the OverlayManagerText.

    Inheritance
    object
    OverlayManagerText
    OverlayManagerDateTime
    Implements
    IOverlayManagerElement
    Inherited Members
    OverlayManagerText.Cache
    OverlayManagerText.Name
    OverlayManagerText.Text
    OverlayManagerText.X
    OverlayManagerText.Y
    OverlayManagerText.Font
    OverlayManagerText.Color
    OverlayManagerText.StartTime
    OverlayManagerText.EndTime
    OverlayManagerText.Enabled
    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 OverlayManagerDateTime : OverlayManagerText, IOverlayManagerElement

    Constructors

    OverlayManagerDateTime()

    Initializes a new instance of the OverlayManagerDateTime class.

    Declaration
    public OverlayManagerDateTime()

    OverlayManagerDateTime(int, int)

    Initializes a new instance of the OverlayManagerDateTime class.

    Declaration
    public OverlayManagerDateTime(int x, int y)
    Parameters
    Type Name Description
    int x

    The X.

    int y

    The Y.

    Properties

    Format

    Gets or sets the format.

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

    The format.

    Implements

    IOverlayManagerElement

    See Also

    OverlayManagerText