Class OverlayManagerRectangle
Overlay Manager rectangle element. Implements the IOverlayManagerElement.
Implements
Inherited Members
Namespace: VisioForge.Core.Types.X.VideoEffects
Assembly: VisioForge.Core.dll
Syntax
public class OverlayManagerRectangle : IOverlayManagerElement
Constructors
OverlayManagerRectangle()
Initializes a new instance of the OverlayManagerRectangle class.
Declaration
public OverlayManagerRectangle()
OverlayManagerRectangle(SKRect, bool)
Initializes a new instance of the OverlayManagerRectangle class.
Declaration
public OverlayManagerRectangle(SKRect rect, bool fill = true)
Parameters
Type | Name | Description |
---|---|---|
SKRect | rect | The rect. |
bool | fill | if set to |
Properties
Cache
Gets or sets the cache.
Declaration
public object Cache { get; set; }
Property Value
Type | Description |
---|---|
object | The cache. |
Color
Gets or sets the color.
Declaration
public SKColor Color { get; set; }
Property Value
Type | Description |
---|---|
SKColor | The color. |
Enabled
Gets or sets a value indicating whether this IOverlayManagerElement is enabled.
Declaration
public bool Enabled { get; set; }
Property Value
Type | Description |
---|---|
bool |
|
EndTime
Gets or sets the end time (optional).
Declaration
public TimeSpan EndTime { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan | The end time. |
Fill
Gets or sets a value indicating whether this OverlayManagerRectangle is fill.
Declaration
public bool Fill { get; set; }
Property Value
Type | Description |
---|---|
bool |
|
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string | The name. |
Rectangle
Gets or sets the start.
Declaration
public SKRect Rectangle { get; set; }
Property Value
Type | Description |
---|---|
SKRect | The start. |
StartTime
Gets or sets the start time (optional).
Declaration
public TimeSpan StartTime { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan | The start time. |