clearRect  ( x y width height -- )

publication: 19 mars 2023 / mis à jour 19 mars 2023

Read this page in english

 

vocabulaire: web

mot non implanté dans eFORTH

Efface une zone rectangulaire.

Exemple:

web definitions 
JSWORD: clearRect { x y width height } 
    context.ctx.clearRect(x, y, width, height); 
~ 
forth definitions 

Legal: site web personnel sans commerce / personal site without seling