The following tables list the members exposed by RasterRenderBuffer.
Name | Description | |
---|---|---|
RasterRenderBuffer | Initializes a new instance of RasterRenderBuffer with default parameters. |
Name | Description | |
---|---|---|
CreateFromHtmlImageData | Creates a new instance of RasterRenderBuffer with the specified values from a HTML 5 Canvas ImageData object. | |
CreateFromWriteableBitmap | Creates a new instance of RasterRenderBuffer with the specified values from a Windows Runtime WriteableBitmap object. | |
SetDataArray | Sets the pixels data buffer contained in an array. | |
SetDataBuffer | Sets the pixels data buffer from a Windows Runtime IBuffer object. | |
ToRasterImage | Converts the data inside this buffer into a RasterImage. |
Name | Description | |
---|---|---|
BitsPerPixel | Gets or sets the bits per pixel value of the data in this buffer. | |
Height | Gets or sets the pixel height of the data in this buffer. | |
Order | Gets or sets the color order of the data in this buffer. | |
Width | Gets or sets the pixel width of the data in this buffer. |