mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Document webContents.copyImageAt(x,y)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user