Table of Contents

Class ShowTextEventArgs

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

显示文本

public class ShowTextEventArgs : EventArgs
Inheritance
ShowTextEventArgs
Inherited Members
Extension Methods

Constructors

ShowTextEventArgs(string, CPoint, WindowImageCoord, WindowColor, WindowImageFont)

构造

public ShowTextEventArgs(string text, CPoint position, WindowImageCoord coord, WindowColor color, WindowImageFont font)

Parameters

text string

文本

position CPoint

位置

coord WindowImageCoord

坐标系

color WindowColor

颜色

font WindowImageFont

字体

Properties

Color

颜色

public WindowColor Color { get; set; }

Property Value

WindowColor

Coord

坐标系

public WindowImageCoord Coord { get; set; }

Property Value

WindowImageCoord

Font

字体

public WindowImageFont Font { get; set; }

Property Value

WindowImageFont

Position

位置

public CPoint Position { get; set; }

Property Value

CPoint

Text

文本

public string Text { get; set; }

Property Value

string