Table of Contents

Class OverlayManagerStar

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

Overlay Manager star element. Implements the VisioForge.Core.Types.X.VideoEffects.IOverlayManagerElement.

public class OverlayManagerStar : IOverlayManagerElement

Inheritance

Implements

Inherited Members

Constructors

OverlayManagerStar()

Initializes a new instance of the VisioForge.Core.Types.X.VideoEffects.OverlayManagerStar class.

public OverlayManagerStar()

OverlayManagerStar(SKPoint)

Initializes a new instance of the VisioForge.Core.Types.X.VideoEffects.OverlayManagerStar class.

public OverlayManagerStar(SKPoint center)

Parameters

center SKPoint

The center.

Properties

Cache

Gets or sets the cache.

public object Cache { get; set; }

Property Value

object

Center

Gets or sets the center.

public SKPoint Center { get; set; }

Property Value

SKPoint

Enabled

Gets or sets a value indicating whether this VisioForge.Core.Types.X.VideoEffects.IOverlayManagerElement is enabled.

public bool Enabled { get; set; }

Property Value

bool

EndTime

Gets or sets the end time (optional).

public TimeSpan EndTime { get; set; }

Property Value

TimeSpan

FillColor

Gets or sets the color of the fill.

public SKColor FillColor { get; set; }

Property Value

SKColor

InnerRadius

Gets or sets the inner radius.

public double InnerRadius { get; set; }

Property Value

double

Name

Gets or sets the name.

public string Name { get; set; }

Property Value

string

Opacity

Gets or sets the opacity (0.0 to 1.0).

public double Opacity { get; set; }

Property Value

double

OuterRadius

Gets or sets the outer radius.

public double OuterRadius { get; set; }

Property Value

double

Rotation

Gets or sets the rotation angle in degrees (0-360).

public double Rotation { get; set; }

Property Value

double

Shadow

Gets or sets the shadow settings.

public OverlayManagerShadowSettings Shadow { get; set; }

Property Value

OverlayManagerShadowSettings

StartTime

Gets or sets the start time (optional).

public TimeSpan StartTime { get; set; }

Property Value

TimeSpan

StrokeColor

Gets or sets the color of the stroke.

public SKColor StrokeColor { get; set; }

Property Value

SKColor

ZIndex

Gets or sets the Z-Index (drawing order). Higher values are drawn on top.

public int ZIndex { get; set; }

Property Value

int

See Also