Document webContents.copyImageAt(x,y)

This commit is contained in:
Kevin Sawicki 2016-07-26 12:08:05 -07:00
parent bde432b64d
commit 31564f079f

View file

@ -620,6 +620,13 @@ Executes the editing command `cut` 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()`
Executes the editing command `paste` in web page.