ImageDeviceDrawImage Method
Draws the specified image.

Namespace: Aspose.Html.Rendering.Image
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public override void DrawImage(
	byte[] data,
	ImageType type,
	RectangleF rect
)

Parameters

data
Type: SystemByte
An array of bytes representing the image.
type
Type: Aspose.Html.RenderingImageType
Image type.
rect
Type: System.DrawingRectangleF
A rectangel which determines position and size to draw.

Implements

IDeviceDrawImage(Byte, ImageType, RectangleF)
See Also