Uses of Class
elemental2.dom.HTMLImageElement
-
Uses of HTMLImageElement in elemental2.dom
Subclasses of HTMLImageElement in elemental2.domFields in elemental2.dom with type parameters of type HTMLImageElementMethods in elemental2.dom that return HTMLImageElementModifier and TypeMethodDescriptiondefault HTMLImageElement
BaseRenderingContext2D.CreatePatternImageUnionType.asHTMLImageElement()
default HTMLImageElement
BaseRenderingContext2D.DrawImageImageUnionType.asHTMLImageElement()
default HTMLImageElement
DomGlobal.CreateImageBitmapImageUnionType.asHTMLImageElement()
Methods in elemental2.dom with parameters of type HTMLImageElementModifier and TypeMethodDescriptionstatic final elemental2.promise.Promise
<ImageBitmap> DomGlobal.createImageBitmap
(HTMLImageElement image) static final elemental2.promise.Promise
<ImageBitmap> DomGlobal.createImageBitmap
(HTMLImageElement image, double sxOrOptions) static final elemental2.promise.Promise
<ImageBitmap> DomGlobal.createImageBitmap
(HTMLImageElement image, double sxOrOptions, double sy) static final elemental2.promise.Promise
<ImageBitmap> DomGlobal.createImageBitmap
(HTMLImageElement image, double sxOrOptions, double sy, double sw) static final elemental2.promise.Promise
<ImageBitmap> DomGlobal.createImageBitmap
(HTMLImageElement image, double sxOrOptions, double sy, double sw, double sh) static final elemental2.promise.Promise
<ImageBitmap> DomGlobal.createImageBitmap
(HTMLImageElement image, double sxOrOptions, double sy, double sw, double sh, ImageBitmapOptions options) static final elemental2.promise.Promise
<ImageBitmap> DomGlobal.createImageBitmap
(HTMLImageElement image, DomGlobal.CreateImageBitmapSxOrOptionsUnionType sxOrOptions) static final elemental2.promise.Promise
<ImageBitmap> DomGlobal.createImageBitmap
(HTMLImageElement image, DomGlobal.CreateImageBitmapSxOrOptionsUnionType sxOrOptions, double sy) static final elemental2.promise.Promise
<ImageBitmap> DomGlobal.createImageBitmap
(HTMLImageElement image, DomGlobal.CreateImageBitmapSxOrOptionsUnionType sxOrOptions, double sy, double sw) static final elemental2.promise.Promise
<ImageBitmap> DomGlobal.createImageBitmap
(HTMLImageElement image, DomGlobal.CreateImageBitmapSxOrOptionsUnionType sxOrOptions, double sy, double sw, double sh) static final elemental2.promise.Promise
<ImageBitmap> DomGlobal.createImageBitmap
(HTMLImageElement image, DomGlobal.CreateImageBitmapSxOrOptionsUnionType sxOrOptions, double sy, double sw, double sh, ImageBitmapOptions options) static final elemental2.promise.Promise
<ImageBitmap> DomGlobal.createImageBitmap
(HTMLImageElement image, ImageBitmapOptions sxOrOptions) static final elemental2.promise.Promise
<ImageBitmap> DomGlobal.createImageBitmap
(HTMLImageElement image, ImageBitmapOptions sxOrOptions, double sy) static final elemental2.promise.Promise
<ImageBitmap> DomGlobal.createImageBitmap
(HTMLImageElement image, ImageBitmapOptions sxOrOptions, double sy, double sw) static final elemental2.promise.Promise
<ImageBitmap> DomGlobal.createImageBitmap
(HTMLImageElement image, ImageBitmapOptions sxOrOptions, double sy, double sw, double sh) static final elemental2.promise.Promise
<ImageBitmap> DomGlobal.createImageBitmap
(HTMLImageElement image, ImageBitmapOptions sxOrOptions, double sy, double sw, double sh, ImageBitmapOptions options) final CanvasPattern
BaseRenderingContext2D.createPattern
(HTMLImageElement image, String repetition) final void
BaseRenderingContext2D.drawImage
(HTMLImageElement image, double dx, double dy) final void
BaseRenderingContext2D.drawImage
(HTMLImageElement image, double dx, double dy, double dw) final void
BaseRenderingContext2D.drawImage
(HTMLImageElement image, double dx, double dy, double dw, double dh) final void
BaseRenderingContext2D.drawImage
(HTMLImageElement image, double dx, double dy, double dw, double dh, double sx) final void
BaseRenderingContext2D.drawImage
(HTMLImageElement image, double dx, double dy, double dw, double dh, double sx, double sy) final void
BaseRenderingContext2D.drawImage
(HTMLImageElement image, double dx, double dy, double dw, double dh, double sx, double sy, double sw) final void
BaseRenderingContext2D.drawImage
(HTMLImageElement image, double dx, double dy, double dw, double dh, double sx, double sy, double sw, double sh)