点击或拖拽改变大小

HtmlContainerIntGetLinkAt 方法

Get css link href at the given x,y location.

命名空间:  DSkin.Html.Core
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public string GetLinkAt(
	RPoint location
)

参数

location
类型:DSkin.Html.Adapters.EntitiesRPoint
the location to find the link at

返回值

类型:String
css link href if exists or null
参见