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
)
Public Sub New (
bytes As Byte(),
format As NChartRawBitmapFormat,
width As Integer,
height As Integer,
bytesPerRow As Integer
)
public:
NChartRawBitmap(
[InAttribute] array<unsigned char>^ bytes,
[InAttribute] NChartRawBitmapFormat format,
[InAttribute] int width,
[InAttribute] int height,
[InAttribute] 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