CaptureScreen/en: Porovnání verzí

Z Wiki
Přejít na: navigace, hledání
(Založena nová stránka s textem „== Description ==“)
(Založena nová stránka s textem „== See also ==“)
 
(Není zobrazeno 18 mezilehlých verzí od stejného uživatele.)
Řádek 7: Řádek 7:
 
'''Alias: CS'''
 
'''Alias: CS'''
  
'''Uloží obsah okna, obrazovky nebo její části.'''
+
'''Save content of a window, screen or screen viewport.'''
  
V závislosti na hodnotě parametru [[#capturemode-| CaptureMode]], uloží obsah aktivního okna, obrazovky nebo její části jako bitmapu do výstupního parametru [[#capture-| Capture]]. Do výstupních parametrů [[#left-| Left]] a [[#top-| Top]] uloží ofset získaného snímku.
+
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>
 
=== CaptureMode ===
 
=== CaptureMode ===
  
Typ [[Special:MyLanguage/Datové typy#Number | Number]]
+
[[Special:MyLanguage/Datové typy#Number | Number]] type
  
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).
+
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 ===
  
Typ [[Special:MyLanguage/Datové typy#Number | Number]]
+
[[Special:MyLanguage/Datové typy#Number | Number]] type
  
Povoluje nebo zakazuje příkaz. Při hodnotě 0 nebude příkaz proveden.
+
Enables or disables the command. If the value is 0, the command will not be executed.
  
 
=== PreWait ===
 
=== PreWait ===
  
Typ [[Special:MyLanguage/Datové typy#Number | Number]]
+
[[Special:MyLanguage/Datové typy#Number | Number]] type
  
Prodleva v milisekundách před provedením příkazu. Nemá žádný vliv je-li Enabled=0.
+
Delay in milliseconds before executing the command. It has no effect if Enabled=0.
  
 
=== PostWait ===
 
=== PostWait ===
  
Typ [[Special:MyLanguage/Datové typy#Number | Number]]
+
[[Special:MyLanguage/Datové typy#Number | Number]] type
  
Prodleva v milisekundách po provedení příkazu. Nemá žádný vliv je-li Enabled=0.
+
Delay in milliseconds after executing the command. It has no effect if Enabled=0.
  
== Výstupní parametry ==
+
== Output parameters ==
  
 
<span id="capture-"></span>
 
<span id="capture-"></span>
 
=== Capture ===
 
=== Capture ===
  
Typ [[Special:MyLanguage/Datové typy#Bitmap | Bitmap]]
+
[[Special:MyLanguage/Datové typy#Bitmap | Bitmap]] type
  
Získaný snímek obrazovky.
+
Captured screen area.
  
 
<span id="left-"></span>
 
<span id="left-"></span>
 
=== Left ===
 
=== Left ===
  
Typ [[Special:MyLanguage/Datové typy#Number | Number]]
+
[[Special:MyLanguage/Datové typy#Number | Number]] type
  
Horizontální offset snímku vzhledem k desktopu.
+
Horizontal position of the captured area within the desktop.
  
 
<span id="top-"></span>
 
<span id="top-"></span>
 
=== Top ===
 
=== Top ===
  
Typ [[Special:MyLanguage/Datové typy#Number | Number]]
+
[[Special:MyLanguage/Datové typy#Number | Number]] type
  
Vertikální offset snímku vzhledem k desktopu.
+
Vertical position of the captured area within the desktop.
  
== Viz také ==
+
== See also ==
  
 
[[Special:MyLanguage/Režimy snímání obrazovky|Režimy snímání obrazovky]]
 
[[Special:MyLanguage/Režimy snímání obrazovky|Režimy snímání obrazovky]]

Aktuální verze z 13. 7. 2020, 15:11

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

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

Enables or disables the command. If the value is 0, the command will not be executed.

PreWait

Number type

Delay in milliseconds before executing the command. It has no effect if Enabled=0.

PostWait

Number type

Delay in milliseconds after executing the command. It has no effect if Enabled=0.

Output parameters

Capture

Bitmap type

Captured screen area.

Left

Number type

Horizontal position of the captured area within the desktop.

Top

Number type

Vertical position of the captured area within the desktop.

See also

Režimy snímání obrazovky