点击或拖拽改变大小

ButtonPressedEventArgs 构造函数

初始化 ButtonPressedEventArgs 类的新实例。

命名空间:  QGEditors.WinForms
程序集:  QGEditors.WinForms (在 QGEditors.WinForms.dll 中) 版本:0.0.2.16 (0.0.2.16)
语法
C#
public ButtonPressedEventArgs(
	EditorButton button
)

参数

button
类型: QGEditors.WinFormsEditorButton
EditorButton实例。
参见