Helion Bestsellery

Excel 365. Biblia
  • Autor: Michael Alexander, Dick Kusleika
  • Zniżka: 40%
  • Cena: 179.00 107.40 zł
  • Marka: Helion
  • Status: Dostępna
  • Typ: Książka
  • EAN: 9788383220932
  • ISBN: 978-83-8322-093-2
Dodaj Excel 365. Biblia do koszyka

Helion Książka Dnia

Superinteligencja. Scenariusze, strategie, zagrożenia
  • Autor: Nick Bostrom
  • Zniżka: 50%
  • Cena: 69.00 34.50 zł
  • Marka: Helion
  • Status: Dostępna
  • Typ: Książka
  • EAN: 9788328903272
  • ISBN: 978-83-289-0327-2
Dodaj Superinteligencja. Scenariusze, strategie, zagrożenia do koszyka

close()

[ Leksykon ] [ JavaScript ] [ Metody ] [ canvas ] [ ImageBitmap() ]

ImageBitmap.close()

[_] [A] [B] [C] [D] [E] [F] [G] [H] [I] [J] [K] [L] [M] [N] [O] [P] [Q] [R] [S] [T] [U] [V] [W] [X] [Y] [Z]

close()

 

Przykłady: 

const offscreen = new OffscreenCanvas(400, 200);
const gl = offscreen.getContext("webgl");

const obraz = offscreen.transferToImageBitmap();
obraz.close();

 

  

Opis:
Metoda ImageBitmap.close() usuwa wszystkie zasoby graficzne powiązane z plikiem ImageBitmap. Wartość zwracana undefined.

Zobacz też:
OffscreenCanvas() - 
OffscreenCanvas transferToImageBitmap() - 

 

Please publish modules in offcanvas position.