点击或拖拽改变大小

ChatBoxContent 构造函数 (String, Font, Color)

初始化 ChatBoxContent 类的一个新实例

命名空间:  DSkin.Controls
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public ChatBoxContent(
	string _text,
	Font _font,
	Color c
)

参数

_text
类型:SystemString

[缺少 "M:DSkin.Controls.ChatBoxContent.#ctor(System.String,System.Drawing.Font,System.Drawing.Color)" 的 <param name="_text"/> 文档]

_font
类型:System.DrawingFont

[缺少 "M:DSkin.Controls.ChatBoxContent.#ctor(System.String,System.Drawing.Font,System.Drawing.Color)" 的 <param name="_font"/> 文档]

c
类型:System.DrawingColor

[缺少 "M:DSkin.Controls.ChatBoxContent.#ctor(System.String,System.Drawing.Font,System.Drawing.Color)" 的 <param name="c"/> 文档]

参见