The HtmlImage class represents an image object within an HTML element.
HtmlImage
HtmlImage 类表示 HTML 元素中的图像对象。
Creates a new HtmlImage object.
创建一个 HtmlImage 对象。
只读
The sprite object representing the image.
表示图像的精灵对象。
The associated HTML element.
关联的 HTML 元素。
The height of the image.
图像的高度。
The width of the image.
图像的宽度。
The owner text object.
The HTML element associated with the image.
Creates and loads the image with the specified owner text and HTML element.
使用指定的文本所有者和 HTML 元素创建并加载图像。
Destroys the image object.
销毁图像对象。
The x-coordinate.
The y-coordinate.
Positions the image at the specified coordinates.
将图像定位到指定的坐标。
Releases resources and removes the image object from its parent container.
释放资源并从父容器中移除图像对象。
En
The
HtmlImage
class represents an image object within an HTML element.Zh
HtmlImage
类表示 HTML 元素中的图像对象。