Class ShowTextEventArgs
显示文本
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
textstring文本
positionCPoint位置
coordWindowImageCoord坐标系
colorWindowColor颜色
fontWindowImageFont字体
Properties
Color
颜色
public WindowColor Color { get; set; }
Property Value
Coord
坐标系
public WindowImageCoord Coord { get; set; }
Property Value
Font
字体
public WindowImageFont Font { get; set; }
Property Value
Position
位置
public CPoint Position { get; set; }
Property Value
Text
文本
public string Text { get; set; }