Table of Contents

Class OverlayManagerDateTime

Namespace
VisioForge.Core.Types.X.VideoEffects
Assembly
VisioForge.Core.dll

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

public class OverlayManagerDateTime : OverlayManagerText, IOverlayManagerElement

Inheritance

Implements

Inherited Members

Constructors

OverlayManagerDateTime()

Initializes a new instance of the VisioForge.Core.Types.X.VideoEffects.OverlayManagerDateTime class.

public OverlayManagerDateTime()

OverlayManagerDateTime(int, int)

Initializes a new instance of the VisioForge.Core.Types.X.VideoEffects.OverlayManagerDateTime class.

public OverlayManagerDateTime(int x, int y)

Parameters

x int

The X coordinate position.

y int

The Y coordinate position.

Properties

Format

Gets or sets the format.

public string Format { get; set; }

Property Value

string

See Also