Class OverlayManagerDateTime
Overlay Manager Date/Time overlay. Set Text to "some text [DATETIME] other text" string to use date/time. Implements the OverlayManagerText.
Implements
Inherited Members
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. |