Skip to content

ElectronWebContents.copyImageAt method

ElectronWebContents › copyImageAt

Unofficial

Copies the image at the given position to the clipboard.

Signature:

copyImageAt(x: number, y: number): void

Parameters:

Parameter Type Description
x number The x coordinate.
y number The y coordinate.

Returns: void