CaptureScreen/en: Porovnání verzí

Z Wiki
Přejít na: navigace, hledání
(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…“)
(Založena nová stránka s textem „== Input parameters ==“)
Řádek 11: Řádek 11:
 
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.
 
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 ==
+
== Input parameters ==
  
 
<span id="capturemode-"></span>
 
<span id="capturemode-"></span>

Verze z 13. 7. 2020, 15:03

Jiné jazyky:
English • ‎čeština

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

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.

Viz také

Režimy snímání obrazovky