ElectronWebContents.copyImageAt method
ElectronWebContents › copyImageAt
Unofficial
Copies the image at the given position to the clipboard.Signature:
copyImageAt(x: number, y: number): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| x | number | The x coordinate. |
| y | number | The y coordinate. |
Returns: void