CaptureScreen/en: Porovnání verzí
(Založena nová stránka s textem „ Number type“) |
(Založena nová stránka s textem „Defines the capture area (0=desktop, 1=active window, 2=active region, 3=area of active window, 16=active window client area, 257-264=monitor 1-8, 512-520=…“) |
||
| Řádek 18: | Řádek 18: | ||
[[Special:MyLanguage/Datové typy#Number | Number]] type | [[Special:MyLanguage/Datové typy#Number | Number]] type | ||
| − | + | Defines the capture area (0=desktop, 1=active window, 2=active region, 3=area of active window, 16=active window client area, 257-264=monitor 1-8, 512-520=active region 0-8). | |
=== Enabled === | === Enabled === | ||
Verze z 13. 7. 2020, 15:08
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.
Input parameters
CaptureMode
Number type
Defines the capture area (0=desktop, 1=active window, 2=active region, 3=area of active window, 16=active window client area, 257-264=monitor 1-8, 512-520=active region 0-8).
Enabled
Number type
Povoluje nebo zakazuje příkaz. Při hodnotě 0 nebude příkaz proveden.
PreWait
Number type
Prodleva v milisekundách před provedením příkazu. Nemá žádný vliv je-li Enabled=0.
PostWait
Number type
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
Number type
Horizontální offset snímku vzhledem k desktopu.
Top
Number type
Vertikální offset snímku vzhledem k desktopu.