Class OverlayManagerBackgroundRectangle
- Namespace
- VisioForge.Core.Types.X.VideoEffects
- Assembly
- VisioForge.Core.dll
Represents a rectangular background for the overlay manager with configurable color, fill mode, and margins. Implements the VisioForge.Core.Types.X.VideoEffects.IOverlayManagerBackground
public class OverlayManagerBackgroundRectangle : IOverlayManagerBackgroundInheritance
Implements
Inherited Members
Properties
Color
Gets or sets the color.
public SKColor Color { get; set; }Property Value
Fill
Gets or sets a value indicating whether to fill.
public bool Fill { get; set; }Property Value
Margin
Gets or sets the margin.
public Rect Margin { get; set; }