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 HTMLImageElementBaseRenderingContext2D.CreatePatternImageUnionType.asHTMLImageElement()default HTMLImageElementBaseRenderingContext2D.DrawImageImageUnionType.asHTMLImageElement()default HTMLImageElementDomGlobal.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 CanvasPatternBaseRenderingContext2D.createPattern(HTMLImageElement image, String repetition) final voidBaseRenderingContext2D.drawImage(HTMLImageElement image, double dx, double dy) final voidBaseRenderingContext2D.drawImage(HTMLImageElement image, double dx, double dy, double dw) final voidBaseRenderingContext2D.drawImage(HTMLImageElement image, double dx, double dy, double dw, double dh) final voidBaseRenderingContext2D.drawImage(HTMLImageElement image, double dx, double dy, double dw, double dh, double sx) final voidBaseRenderingContext2D.drawImage(HTMLImageElement image, double dx, double dy, double dw, double dh, double sx, double sy) final voidBaseRenderingContext2D.drawImage(HTMLImageElement image, double dx, double dy, double dw, double dh, double sx, double sy, double sw) final voidBaseRenderingContext2D.drawImage(HTMLImageElement image, double dx, double dy, double dw, double dh, double sx, double sy, double sw, double sh)