Device-2.DrawImage
Device<TGraphicContext,TRenderingOptions>.DrawImage method
Draws the specified image.
public abstract void DrawImage(byte[] data, ImageType type, RectangleF rect)
Parameter | Type | Description |
---|---|---|
data | Byte[] | An array of bytes representing the image. |
type | ImageType | Image type. |
rect | RectangleF | A rectangel which determines position and size to draw. |
See Also
- enum ImageType
- class Device<TGraphicContext,TRenderingOptions>
- package com.aspose.html.Rendering
- package Aspose.HTML