←Select platform

CreateFromHtmlImageData Method

Summary

Creates a new instance of RasterRenderBuffer with the specified values from a HTML 5 Canvas ImageData object.

Syntax

Parameters

imageDataWidth
The pixel width of the image data. Set this to ImageData.width. Must be a value greater than 0.

imageDataHeight
The pixel height of the image data. Set this to ImageData.height. Must be a value greater than 0.

imageData
The pixels data. Set this to ImageData.data. Must not be null.

Return Value

The newly created RasterRenderBuffer object.

Remarks

This is a helper method that sets the values of the returned RasterRenderBuffer as follows:

Member Value
Width

imageDataWidth

Height

imageDataHeight

BitsPerPixel

32. This is the only value supported in this version and cannot be changed.

Order

RasterByteOrder.Rgb since RGB color data is the format used by HTML Canvas ImageData.

Internal buffer data

This method will call SetDataArray with imageData.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Converters Assembly