Click or drag to resize
ImageToolsRgb24ToBitmap Method (MediaBufferByte, Int32, Int32)

Namespace: StreamCoders.Imaging
Assembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public static Bitmap Rgb24ToBitmap(
	MediaBuffer<byte> input,
	int width,
	int height
)

Parameters

input
Type: StreamCodersMediaBufferByte
width
Type: SystemInt32
height
Type: SystemInt32

Return Value

Type: Bitmap
See Also