SelectObject  ( hdc h -- fl )

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

Read this page in english

 

vocabulaire: graphics

Sélectionne un objet dans le contexte de périphérique spécifié (DC).

Exemple:

\ Definition: 
\ selects an object in the specified device context (DC) 
z" SelectObject"    2 Gdi32 SelectObject ( hdc h -- fl ) 
 
\ Example: 
0 value HPEN_RED  
0 value HPEN_BLUE  
  
: setPens  ( -- )  
    PS_SOLID    3 $FF $00 $00 RGB CreatePen to HPEN_RED  
    PS_DOT      1 $00 $00 $FF RGB CreatePen to HPEN_BLUE  
  ;  
 hdc HPEN_RED SelectObject drop 

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