Inglise-Vene veebi sõnavara

Tag: JS

fillRect() (JS) - Meetod fillRect() joonistab "täidetud" ristküliku. const canvas = document.getElementById("myCanvas"); const ctx = canvas.getContext("2d"); ctx.fillRect(20, 20, 150, 100);
1 6 7 8 9 10 16