VisioForge (c) 2025

Search Results for

    Class CVTextOverlaySettings

    OpenCV text overlay settings.

    Inheritance
    object
    CVTextOverlaySettings
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: VisioForge.Core.Types.X.OpenCV
    Assembly: VisioForge.Core.dll
    Syntax
    public class CVTextOverlaySettings

    Properties

    Color

    Gets or sets the color.

    Declaration
    public SKColor Color { get; set; }
    Property Value
    Type Description
    SKColor

    The color.

    FontHeight

    Gets or sets the height of the font.

    Declaration
    public double FontHeight { get; set; }
    Property Value
    Type Description
    double

    The height of the font.

    FontThickness

    Gets or sets the font thickness.

    Declaration
    public int FontThickness { get; set; }
    Property Value
    Type Description
    int

    The font thickness.

    FontWidth

    Gets or sets the width of the font.

    Declaration
    public double FontWidth { get; set; }
    Property Value
    Type Description
    double

    The width of the font.

    Text

    Gets or sets the text.

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    string

    The text.

    X

    Gets or sets the x.

    Declaration
    public int X { get; set; }
    Property Value
    Type Description
    int

    The x.

    Y

    Gets or sets the y.

    Declaration
    public int Y { get; set; }
    Property Value
    Type Description
    int

    The y.