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:

ParameterTypeDescription
xnumberThe x coordinate.
ynumberThe y coordinate.

Returns: void