点击或拖拽改变大小

InputEventArgs 构造函数

Initializes a new instance of the InputEventArgs class.

命名空间:  CPF.Input
程序集:  CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
public InputEventArgs(
	InputDevice inputDevice
)

参数

inputDevice
类型:CPF.InputInputDevice
The input device to associate with this event.
参见