ImageToolsRgb24ToBitmap Method (MediaBufferByte, Int32, Int32) |
Namespace: StreamCoders.ImagingAssembly: 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
)
Public Shared Function Rgb24ToBitmap (
input As MediaBuffer(Of Byte),
width As Integer,
height As Integer
) As Bitmap
public:
static Bitmap^ Rgb24ToBitmap(
MediaBuffer<unsigned char>^ input,
int width,
int height
)
static member Rgb24ToBitmap :
input : MediaBuffer<byte> *
width : int *
height : int -> Bitmap
Parameters
- input
- Type: StreamCodersMediaBufferByte
- width
- Type: SystemInt32
- height
- Type: SystemInt32
Return Value
Type:
BitmapSee Also