Uses of Interface
elemental2.dom.DomGlobal.CreateImageBitmapImageUnionType
-
Uses of DomGlobal.CreateImageBitmapImageUnionType in elemental2.dom
Methods in elemental2.dom that return DomGlobal.CreateImageBitmapImageUnionTypeModifier and TypeMethodDescriptionMethods in elemental2.dom with parameters of type DomGlobal.CreateImageBitmapImageUnionTypeModifier and TypeMethodDescriptionstatic elemental2.promise.Promise
<ImageBitmap> DomGlobal.createImageBitmap
(DomGlobal.CreateImageBitmapImageUnionType image) static final elemental2.promise.Promise
<ImageBitmap> DomGlobal.createImageBitmap
(DomGlobal.CreateImageBitmapImageUnionType image, double sxOrOptions) static final elemental2.promise.Promise
<ImageBitmap> DomGlobal.createImageBitmap
(DomGlobal.CreateImageBitmapImageUnionType image, double sxOrOptions, double sy) static final elemental2.promise.Promise
<ImageBitmap> DomGlobal.createImageBitmap
(DomGlobal.CreateImageBitmapImageUnionType image, double sxOrOptions, double sy, double sw) static final elemental2.promise.Promise
<ImageBitmap> DomGlobal.createImageBitmap
(DomGlobal.CreateImageBitmapImageUnionType image, double sxOrOptions, double sy, double sw, double sh) static final elemental2.promise.Promise
<ImageBitmap> DomGlobal.createImageBitmap
(DomGlobal.CreateImageBitmapImageUnionType image, double sxOrOptions, double sy, double sw, double sh, ImageBitmapOptions options) static elemental2.promise.Promise
<ImageBitmap> DomGlobal.createImageBitmap
(DomGlobal.CreateImageBitmapImageUnionType image, DomGlobal.CreateImageBitmapSxOrOptionsUnionType sxOrOptions) static elemental2.promise.Promise
<ImageBitmap> DomGlobal.createImageBitmap
(DomGlobal.CreateImageBitmapImageUnionType image, DomGlobal.CreateImageBitmapSxOrOptionsUnionType sxOrOptions, double sy) static elemental2.promise.Promise
<ImageBitmap> DomGlobal.createImageBitmap
(DomGlobal.CreateImageBitmapImageUnionType image, DomGlobal.CreateImageBitmapSxOrOptionsUnionType sxOrOptions, double sy, double sw) static elemental2.promise.Promise
<ImageBitmap> DomGlobal.createImageBitmap
(DomGlobal.CreateImageBitmapImageUnionType image, DomGlobal.CreateImageBitmapSxOrOptionsUnionType sxOrOptions, double sy, double sw, double sh) static elemental2.promise.Promise
<ImageBitmap> DomGlobal.createImageBitmap
(DomGlobal.CreateImageBitmapImageUnionType image, DomGlobal.CreateImageBitmapSxOrOptionsUnionType sxOrOptions, double sy, double sw, double sh, ImageBitmapOptions options) static final elemental2.promise.Promise
<ImageBitmap> DomGlobal.createImageBitmap
(DomGlobal.CreateImageBitmapImageUnionType image, ImageBitmapOptions sxOrOptions) static final elemental2.promise.Promise
<ImageBitmap> DomGlobal.createImageBitmap
(DomGlobal.CreateImageBitmapImageUnionType image, ImageBitmapOptions sxOrOptions, double sy) static final elemental2.promise.Promise
<ImageBitmap> DomGlobal.createImageBitmap
(DomGlobal.CreateImageBitmapImageUnionType image, ImageBitmapOptions sxOrOptions, double sy, double sw) static final elemental2.promise.Promise
<ImageBitmap> DomGlobal.createImageBitmap
(DomGlobal.CreateImageBitmapImageUnionType image, ImageBitmapOptions sxOrOptions, double sy, double sw, double sh) static final elemental2.promise.Promise
<ImageBitmap> DomGlobal.createImageBitmap
(DomGlobal.CreateImageBitmapImageUnionType image, ImageBitmapOptions sxOrOptions, double sy, double sw, double sh, ImageBitmapOptions options)