@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="CanvasImageSource")
public interface CanvasImageSource
| Modifier and Type | Method and Description |
|---|---|
static CanvasImageSource |
of(HTMLCanvasElement value) |
static CanvasImageSource |
of(HTMLImageElement value) |
static CanvasImageSource |
of(HTMLOrSVGImageElement value) |
static CanvasImageSource |
of(HTMLVideoElement value) |
static CanvasImageSource |
of(ImageBitmap value) |
static CanvasImageSource |
of(OffscreenCanvas value) |
static CanvasImageSource |
of(SVGImageElement value) |
@JsOverlay @Nonnull static CanvasImageSource of(@Nonnull HTMLOrSVGImageElement value)
@JsOverlay @Nonnull static CanvasImageSource of(@Nonnull HTMLImageElement value)
@JsOverlay @Nonnull static CanvasImageSource of(@Nonnull SVGImageElement value)
@JsOverlay @Nonnull static CanvasImageSource of(@Nonnull HTMLVideoElement value)
@JsOverlay @Nonnull static CanvasImageSource of(@Nonnull HTMLCanvasElement value)
@JsOverlay @Nonnull static CanvasImageSource of(@Nonnull ImageBitmap value)
@JsOverlay @Nonnull static CanvasImageSource of(@Nonnull OffscreenCanvas value)