Skip to content

@ralphschuler.webgl shader factory.<internal>.ImageBitmap

github-actions edited this page Nov 26, 2023 · 1 revision

Interface: ImageBitmap

@ralphschuler/webgl-shader-factory.<internal>.ImageBitmap

MDN Reference

Table of contents

Properties

Methods

Properties

height

Readonly height: number

Returns the intrinsic height of the image, in CSS pixels.

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:14206


width

Readonly width: number

Returns the intrinsic width of the image, in CSS pixels.

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:14212

Methods

close

close(): void

Releases imageBitmap's underlying bitmap data.

MDN Reference

Returns

void

Defined in

node_modules/typescript/lib/lib.dom.d.ts:14218

Typescript Libraries

Modules

Namespaces

Clone this wiki locally