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)
Parameter | Type | Description |
---|---|---|
imagedata | Tuple`3 | The image data to put. See Uint8ClampedArray . |
dx | Int32 | The x-coordinate of the destination position. |
dy | Int32 | The y-coordinate of the destination position. |
See Also
- class Uint8ClampedArray
- interface ICanvas
- namespace Aspose.Svg.Rendering
- assembly Aspose.SVG