The HtmlLink class represents a clickable link area within an HTML element.
HtmlLink
HtmlLink 类表示 HTML 元素内可点击的链接区域。
Creates a new instance of the HtmlLink class.
创建 HtmlLink 类的新实例
The associated HTML element.
关联的 HTML 元素。
The height of the link area.
链接区域的高度。
The width of the link area.
链接区域的宽度。
The x-coordinate of the rectangle.
The y-coordinate of the rectangle.
The width of the rectangle.
The height of the rectangle.
Adds a rectangle to the hit area.
向点击区域添加一个矩形。
The x-coordinate of the point.
The y-coordinate of the point.
true if the point is within the hit area, otherwise false.
true
false
Checks if the specified point is within the hit area.
检查指定的点是否在点击区域内。
The owner text object.
The HTML element associated with the link.
Creates the link with the specified owner text and HTML element.
使用指定的文本所有者和 HTML 元素创建链接。
Destroys the link area and its associated sprite.
销毁链接区域及其关联的精灵。
The x-coordinate.
The y-coordinate.
Positions the link area at the specified coordinates. This method does nothing.
将链接区域定位到指定的坐标。此方法不执行任何操作。
Releases resources and removes the link area from its parent container.
释放资源并从父容器中移除链接区域。
Resets the link area.
重置链接区域。
En
The
HtmlLink
class represents a clickable link area within an HTML element.Zh
HtmlLink
类表示 HTML 元素内可点击的链接区域。