点击或拖拽改变大小

HtmlContainerGetLinkAt 方法

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

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

参数

location
类型:System.DrawingPoint
the location to find the link at

返回值

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