点击或拖拽改变大小

SelectionHandlerHandleMouseMove 方法

Handle mouse move to handle hover cursor and text selection.

命名空间:  DSkin.Html.Core.Handlers
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public void HandleMouseMove(
	RControl parent,
	RPoint loc
)

参数

parent
类型:DSkin.Html.AdaptersRControl
the control hosting the html to set cursor and invalidate
loc
类型:DSkin.Html.Adapters.EntitiesRPoint
the location of the mouse on the html
参见