Class CVTextOverlaySettings
- Namespace
- VisioForge.Core.Types.X.OpenCV
- Assembly
- VisioForge.Core.dll
OpenCV text overlay settings.
public class CVTextOverlaySettingsInheritance
Inherited Members
Properties
Color
Gets or sets the color.
public SKColor Color { get; set; }Property Value
FontHeight
Gets or sets the height of the font.
public double FontHeight { get; set; }Property Value
FontThickness
Gets or sets the font thickness.
public int FontThickness { get; set; }Property Value
FontWidth
Gets or sets the width of the font.
public double FontWidth { get; set; }Property Value
Text
Gets or sets the text.
public string Text { get; set; }Property Value
X
Gets or sets the x.
public int X { get; set; }Property Value
Y
Gets or sets the y.
public int Y { get; set; }