点击或拖拽改变大小

RMouseEvent 构造函数

Init.

命名空间:  DSkin.Html.Adapters.Entities
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public RMouseEvent(
	MouseButtons mb,
	int clicks,
	int x,
	int y,
	int delta,
	bool handled,
	CssBox source
)

参数

mb
类型:System.Windows.FormsMouseButtons

[缺少 "M:DSkin.Html.Adapters.Entities.RMouseEvent.#ctor(System.Windows.Forms.MouseButtons,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,DSkin.Html.Core.Dom.CssBox)" 的 <param name="mb"/> 文档]

clicks
类型:SystemInt32

[缺少 "M:DSkin.Html.Adapters.Entities.RMouseEvent.#ctor(System.Windows.Forms.MouseButtons,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,DSkin.Html.Core.Dom.CssBox)" 的 <param name="clicks"/> 文档]

x
类型:SystemInt32

[缺少 "M:DSkin.Html.Adapters.Entities.RMouseEvent.#ctor(System.Windows.Forms.MouseButtons,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,DSkin.Html.Core.Dom.CssBox)" 的 <param name="x"/> 文档]

y
类型:SystemInt32

[缺少 "M:DSkin.Html.Adapters.Entities.RMouseEvent.#ctor(System.Windows.Forms.MouseButtons,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,DSkin.Html.Core.Dom.CssBox)" 的 <param name="y"/> 文档]

delta
类型:SystemInt32

[缺少 "M:DSkin.Html.Adapters.Entities.RMouseEvent.#ctor(System.Windows.Forms.MouseButtons,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,DSkin.Html.Core.Dom.CssBox)" 的 <param name="delta"/> 文档]

handled
类型:SystemBoolean

[缺少 "M:DSkin.Html.Adapters.Entities.RMouseEvent.#ctor(System.Windows.Forms.MouseButtons,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,DSkin.Html.Core.Dom.CssBox)" 的 <param name="handled"/> 文档]

source
类型:DSkin.Html.Core.DomCssBox

[缺少 "M:DSkin.Html.Adapters.Entities.RMouseEvent.#ctor(System.Windows.Forms.MouseButtons,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,DSkin.Html.Core.Dom.CssBox)" 的 <param name="source"/> 文档]

参见