IDrawingFactory.CreateBitmapFromPixelByteArray
IDrawingFactory.CreateBitmapFromPixelByteArray method
Creates a bitmap from the specified pixel byte array with the specified width and height.
public IBitmap CreateBitmapFromPixelByteArray(byte[] byteArray, int width, int height)
Parameter | Type | Description |
---|---|---|
byteArray | Byte[] | The byte array containing the pixel data. |
width | Int32 | The width of the bitmap. |
height | Int32 | The height of the bitmap. |
Return Value
The created IBitmap
.
See Also
- interface IBitmap
- interface IDrawingFactory
- namespace Aspose.Svg.Drawing
- assembly Aspose.SVG