The HtmlLink class represents a clickable link area within an HTML element.

HtmlLink 类表示 HTML 元素内可点击的链接区域。

实现

构造函数

访问器

方法

  • 参数

    • x: number

      The x-coordinate of the rectangle.

    • y: number

      The y-coordinate of the rectangle.

    • width: number

      The width of the rectangle.

    • height: number

      The height of the rectangle.

    返回 void

    Adds a rectangle to the hit area.

    向点击区域添加一个矩形。

  • 参数

    • x: number

      The x-coordinate of the point.

    • y: number

      The y-coordinate of the point.

    返回 boolean

    true if the point is within the hit area, otherwise false.

    Checks if the specified point is within the hit area.

    检查指定的点是否在点击区域内。

  • 参数

    • x: number

      The x-coordinate.

    • y: number

      The y-coordinate.

    返回 void

    Positions the link area at the specified coordinates. This method does nothing.

    将链接区域定位到指定的坐标。此方法不执行任何操作。