Document webContents.copyImageAt(x,y)
This commit is contained in:
parent
bde432b64d
commit
31564f079f
1 changed files with 7 additions and 0 deletions
|
@ -620,6 +620,13 @@ Executes the editing command `cut` in web page.
|
||||||
|
|
||||||
Executes the editing command `copy` in web page.
|
Executes the editing command `copy` in web page.
|
||||||
|
|
||||||
|
### `contents.copyImageAt(x, y)`
|
||||||
|
|
||||||
|
* `x` Integer
|
||||||
|
* `y` Integer
|
||||||
|
|
||||||
|
Copy the image at the given position to the clipboard.
|
||||||
|
|
||||||
#### `contents.paste()`
|
#### `contents.paste()`
|
||||||
|
|
||||||
Executes the editing command `paste` in web page.
|
Executes the editing command `paste` in web page.
|
||||||
|
|
Loading…
Reference in a new issue