Device-2.DrawImage

Device<TGraphicContext,TRenderingOptions>.DrawImage method

Draws the specified image.

public abstract 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