Table of Contents

Class LabelModel

Namespace
AT.Librarys.Container.Toolkit.Vision
Assembly
AT.Librarys.Container.dll

文本标签模型

public class LabelModel
Inheritance
LabelModel
Inherited Members
Extension Methods

Constructors

LabelModel(string, CPoint3, CPoint3, float?, float?, WindowColor?)

构造

public LabelModel(string Text, CPoint3 positionArrow, CPoint3 positionText, float? size, float? opacity, WindowColor? color)

Parameters

Text string
positionArrow CPoint3
positionText CPoint3
size float?
opacity float?
color WindowColor?

Properties

Color

颜色

public WindowColor? Color { get; set; }

Property Value

WindowColor?

Opacity

透明度

public float? Opacity { get; set; }

Property Value

float?

PositionArrow

箭头位置

public CPoint3 PositionArrow { get; set; }

Property Value

CPoint3

PositionText

文本位置

public CPoint3 PositionText { get; set; }

Property Value

CPoint3

Size

字体大小

public float? Size { get; set; }

Property Value

float?

Text

标签文本

public string Text { get; set; }

Property Value

string