Table of Contents

Class CVTextOverlaySettings

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

OpenCV text overlay settings.

public class CVTextOverlaySettings

Inheritance

Inherited Members

Properties

Color

Gets or sets the color.

public SKColor Color { get; set; }

Property Value

SKColor

FontHeight

Gets or sets the height of the font.

public double FontHeight { get; set; }

Property Value

double

FontThickness

Gets or sets the font thickness.

public int FontThickness { get; set; }

Property Value

int

FontWidth

Gets or sets the width of the font.

public double FontWidth { get; set; }

Property Value

double

Text

Gets or sets the text.

public string Text { get; set; }

Property Value

string

X

Gets or sets the x.

public int X { get; set; }

Property Value

int

Y

Gets or sets the y.

public int Y { get; set; }

Property Value

int