ICanvas.PutImageData

ICanvas.PutImageData method

Puts the specified image data onto the canvas at the specified position.

public void PutImageData(Tuple<int, int, Uint8ClampedArray> imagedata, int dx, int dy)
ParameterTypeDescription
imagedataTuple`3The image data to put. See Uint8ClampedArray.
dxInt32The x-coordinate of the destination position.
dyInt32The y-coordinate of the destination position.

See Also