Table of Contents

Class OverlayManagerBackgroundSquare

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

Represents a square background for the overlay manager with configurable color, fill mode, and margins. Implements the VisioForge.Core.Types.X.VideoEffects.IOverlayManagerBackground

public class OverlayManagerBackgroundSquare : IOverlayManagerBackground

Inheritance

Implements

Inherited Members

Properties

Color

Gets or sets the color.

public SKColor Color { get; set; }

Property Value

SKColor

Fill

Gets or sets a value indicating whether to fill.

public bool Fill { get; set; }

Property Value

bool

Margin

Gets or sets the margin.

public Rect Margin { get; set; }

Property Value

Rect

See Also