Table of Contents

Class OverlayManagerBackgroundStar

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

Represents a star-shaped background for the overlay manager with configurable stroke color, fill color, and zoom ratio. Implements the VisioForge.Core.Types.X.VideoEffects.IOverlayManagerBackground

public class OverlayManagerBackgroundStar : IOverlayManagerBackground

Inheritance

Implements

Inherited Members

Properties

FillColor

Gets or sets the color of the fill.

public SKColor FillColor { get; set; }

Property Value

SKColor

StrokeColor

Gets or sets the color of the stroke.

public SKColor StrokeColor { get; set; }

Property Value

SKColor

Zoom

Gets or sets the zoom ratio.

public float Zoom { get; set; }

Property Value

float

See Also