GetRect  ( LPRECT -- left top right bottom )

publication: 21 novembre 2024 / mis à jour 21 novembre 2024

Read this page in english

 

vocabulaire: windows

Obtenir les coordonnées du rectangle spécifié.

Définition:

Exemple:

: GetRect  ( LPRECT -- left top right bottom ) 
    >r 
    r@ ->left   SL@ 
    r@ ->top    SL@ 
    r@ ->right  SL@ 
    r@ ->bottom SL@ 
    r> drop 
  ; 

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