Rectangle ( hdc left top right bottom -- fl )
publication: 21 novembre 2024 / mis à jour 21 novembre 2024
vocabulaire: graphics
Trace un rectangle.
Paramètres:
- hdc handle du contexte graphique
- left position du bord gauche
- top position du bord haut
- right position du bord droit
- bottom position du bord bas
Exemple:
\ Definition: z" Rectangle" 5 gdi32 Rectangle ( hdc left top right bottom -- fl ) \ Example: create RECT01 10 L, 10 L, 220 L, 80 L, hdc RECT01 GetRect Rectangle drop

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