点击或拖拽改变大小

SelectionHandlerGetSelectedStartOffset 方法

The selection start offset if the first selected word is partially selected (-1 if not selected or fully selected)
if the given word is not starting or ending selection word -1 is returned as full word selection is in place.

命名空间:  DSkin.Html.Core.Handlers
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public double GetSelectedStartOffset(
	CssRect word
)

参数

word
类型:DSkin.Html.Core.DomCssRect
the word to return the selection start offset for

返回值

类型:Double

[缺少 "M:DSkin.Html.Core.Handlers.SelectionHandler.GetSelectedStartOffset(DSkin.Html.Core.Dom.CssRect)" 的 <returns> 文档]

备注
Handles backward selecting by returning the selection end data instead of start.
参见