IDevice.DrawImage

IDevice.DrawImage method

Draws the specified image.

public void DrawImage(byte[] data, WebImageFormat type, RectangleF rect)
ParameterTypeDescription
dataByte[]An array of bytes representing the image.
typeWebImageFormatImage type.
rectRectangleFA rectangel which determines position and size to draw.

See Also