Einzelnen Beitrag anzeigen

EWeiss
(Gast)

n/a Beiträge
 
#38

AW: Bildschirmfoto knipst nicht alles

  Alt 30. Mai 2018, 10:13
emm


BitBlt(Bmp.Canvas.Handle, 0, 0, Width, Height, DC, 0, 0, SRCCOPY);

BitBlt(Bmp.Canvas.Handle, 0, 0, Width, Height, DC, 0, 0, SRCCOPY or CAPTUREBLT);
mit

Delphi-Quellcode:
Const
   CAPTUREBLT = $40000000;
Grüsse Mavarik
Zitat:
Includes any windows that are layered on top of your window in the resulting image. By default, the image only contains your window. Note that this generally cannot be used for printing device contexts.
Kann da keinen besonderen Vorteil drin erkennen.
Habe ich noch nie verwendet.

https://stackoverflow.com/questions/...y-of-the-targe
Denke das kann man getrost weglassen.

gruss

Geändert von EWeiss (30. Mai 2018 um 10:28 Uhr)
  Mit Zitat antworten Zitat