CaptureScreen/en: Porovnání verzí
(Založena nová stránka s textem „Horizontal position of the captured area within the desktop.“) |
(Založena nová stránka s textem „== See also ==“) |
||
| (Není zobrazena jedna mezilehlá verze od stejného uživatele.) | |||
| Řádek 59: | Řádek 59: | ||
[[Special:MyLanguage/Datové typy#Number | Number]] type | [[Special:MyLanguage/Datové typy#Number | Number]] type | ||
| − | + | Vertical position of the captured area within the desktop. | |
| − | == | + | == 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
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
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.