DragAndDrop/en: Porovnání verzí
(Založena nová stránka s textem „Type Number“) |
(Založena nová stránka s textem „Waiting time in seconds for the bitmap to appear.“) |
||
| Řádek 125: | Řádek 125: | ||
Type [[Special:MyLanguage/Data types#Number | Number]] | Type [[Special:MyLanguage/Data types#Number | Number]] | ||
| − | + | Waiting time in seconds for the bitmap to appear. | |
<span id="capturemode1-"></span> | <span id="capturemode1-"></span> | ||
Verze z 28. 1. 2021, 20:15
Obsah
- 1 Description
- 2 Input parameters
- 2.1 Bitmap1
- 2.2 Reference1
- 2.3 Bitmap2
- 2.4 Reference2
- 2.5 ClickCount
- 2.6 Button
- 2.7 Key
- 2.8 MaskMode1
- 2.9 BitmapMaskColor1
- 2.10 ScreenMaskColor1
- 2.11 MaskMode2
- 2.12 BitmapMaskColor2
- 2.13 ScreenMaskColor2
- 2.14 Skip1
- 2.15 Skip2
- 2.16 Wait
- 2.17 CaptureMode1
- 2.18 CaptureMode2
- 2.19 Enabled
- 2.20 PreWait
- 2.21 PostWait
- 3 Výstupní parametry
- 4 Viz také
Description
Alias: DAD
Drags an object to another object.
Uses the mouse to drag an object from the point specified by Reference1 relative to Bitmap1 to point Reference2 relative to Bitmap2 using the Button. For moving, the status of shift keys can be set using the Key parameter. The number of clicks at the starting point is determined by the ClickCount parameter. To search for reference bitmaps, the maximum waiting time can be set using the Wait parameter, to skip multiple occurrences using the Skip1 or Skip2 parameters, and to mask the search by using the parameters MaskMode1, BitmapMaskColor1 and ScreenMaskColor1 or MaskMode2, BitmapMaskColor2 and ScreenMaskColor2). Search areas are specified by the values of the parameters CaptureMode1 and CaptureMode2. If any of the bitmaps is not found, the command ends in error.
Input parameters
Bitmap1
Type Bitmap
Bitmap for the dragged object.
Reference1
Type Reference
Reference to the dragged object.
Bitmap2
Type Bitmap
Bitmap for the target object.
Reference2
Type Reference
Reference to the target object.
ClickCount
Type Number
Number of clicks at the point Reference1.
Button
Type Number
Specifies the mouse button used for clicking (0=none, 1=left, 2=right, 3=middle).
Key
Type Number
This parameter makes it possible to simulate the pressing of shift keys during dragging. A value of 0 means no shift keys, otherwise any combination of values can be used: 1=Shift, 2=Control, 4=Alt.
MaskMode1
Type Number
Mask mode used to search for Bitmap1 (0=none, 1=the user mask, 2=automatic mask).
BitmapMaskColor1
Type Color
Key color of the user mask in Bitmap1 (used only for MaskMode1=1).
ScreenMaskColor1
Type Color
Key color of the user mask on the captured screen, matching the color BitmapMaskColor1. You only need to set this value if two colors are different.
MaskMode2
Type Number
Mask mode used to search for Bitmap2 (0=none, 1=user mask, 2=automatic mask).
BitmapMaskColor2
Type Color
Key color of the user mask in Bitmap2 (used only for MaskMode2=1).
ScreenMaskColor2
Type Color
Key color of the user mask on the captured screen, matching the color BitmapMaskColor2. You only need to set this value if two colors are different.
Skip1
Type Number
Specifies the number of occurrences of Bitmap1 skipped during the search.
Skip2
Type Number
Specifies the number of occurrences of Bitmap2 skipped during the search.
Wait
Type Number
Waiting time in seconds for the bitmap to appear.
CaptureMode1
Typ Number
Definuje oblast vyhledávání bitmapy Bitmap1 (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).
CaptureMode2
Typ Number
Definuje oblast vyhledávání bitmapy Bitmap2 (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.