ICanvas.DrawImage
ICanvas.DrawImage method
Draws an image on the canvas.
public void DrawImage(byte[] data, WebImageFormat type, RectangleF rect)
Parameter | Type | Description |
---|---|---|
data | Byte[] | The byte array representing the image data. |
type | WebImageFormat | The format of the image data. See WebImageFormat . |
rect | RectangleF | The destination rectangle where the image will be drawn. |
See Also
- enum WebImageFormat
- interface ICanvas
- namespace Aspose.Svg.Rendering
- assembly Aspose.SVG