Click or drag to resize
NChartRawBitmap Constructor (Byte, NChartRawBitmapFormat, Int32, Int32, Int32)
Create bitmap from array of bytes.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public NChartRawBitmap(
	byte[] bytes,
	NChartRawBitmapFormat format,
	int width,
	int height,
	int bytesPerRow
)

Parameters

bytes
Type: SystemByte
Array of bytes.
format
Type: NChart3D_UWPNChartRawBitmapFormat
width
Type: SystemInt32
Bitmap width.
height
Type: SystemInt32
Bitmap height.
bytesPerRow
Type: SystemInt32
Bitmap bytes per row.
See Also