点击或拖拽改变大小

DragDeltaEventArgs 构造函数

This is an instance constructor for the DragDeltaEventArgs class. It is constructed with a reference to the event being raised.

命名空间:  CPF.Controls
程序集:  CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
public DragDeltaEventArgs(
	float horizontalChange,
	float verticalChange
)

参数

horizontalChange
类型:SystemSingle

[缺少 "M:CPF.Controls.DragDeltaEventArgs.#ctor(System.Single,System.Single)" 的 <param name="horizontalChange"/> 文档]

verticalChange
类型:SystemSingle

[缺少 "M:CPF.Controls.DragDeltaEventArgs.#ctor(System.Single,System.Single)" 的 <param name="verticalChange"/> 文档]

返回值

类型:
Nothing.
参见