ICanvas.DrawImage

ICanvas.DrawImage method

Draws an image on the canvas.

public void DrawImage(byte[] data, WebImageFormat type, RectangleF rect)
ParameterTypeDescription
dataByte[]The byte array representing the image data.
typeWebImageFormatThe format of the image data. See WebImageFormat.
rectRectangleFThe destination rectangle where the image will be drawn.

See Also