CaptureScreen/en: Porovnání verzí
(Založena nová stránka s textem „'''Save content of a window, screen or screen viewport.'''“) |
(Založena nová stránka s textem „Depending on the value of the CaptureMode parameter, saves the contents of the active window, screen or screen viewport as a bitmap to t…“) |
||
| Řádek 9: | Řádek 9: | ||
'''Save content of a window, screen or screen viewport.''' | '''Save content of a window, screen or screen viewport.''' | ||
| − | + | Depending on the value of the [[#capturemode-| CaptureMode]] parameter, saves the contents of the active window, screen or screen viewport as a bitmap to the [[#capture-| Capture]] output parameter. The capture offset is stored in the [[#left-| Left]] and [[#top-| Top]] parameters. | |
== Vstupní parametry == | == Vstupní parametry == | ||
Verze z 13. 7. 2020, 15:00
Obsah
Description
Alias: CS
Save content of a window, screen or screen viewport.
Depending on the value of the CaptureMode parameter, saves the contents of the active window, screen or screen viewport as a bitmap to the Capture output parameter. The capture offset is stored in the Left and Top parameters.
Vstupní parametry
CaptureMode
Typ Number
Definuje oblast sejmutí (0=desktop, 1=aktivní okno, 2=aktivní region, 3=oblast aktivního okna, 16=klientská část aktivního okna, 257-264=monitor 1-8, 512-520=aktivní region 0-8).
Enabled
Typ Number
Povoluje nebo zakazuje příkaz. Při hodnotě 0 nebude příkaz proveden.
PreWait
Typ Number
Prodleva v milisekundách před provedením příkazu. Nemá žádný vliv je-li Enabled=0.
PostWait
Typ Number
Prodleva v milisekundách po provedení příkazu. Nemá žádný vliv je-li Enabled=0.
Výstupní parametry
Capture
Typ Bitmap
Získaný snímek obrazovky.
Left
Typ Number
Horizontální offset snímku vzhledem k desktopu.
Top
Typ Number
Vertikální offset snímku vzhledem k desktopu.