Namespace: P4s3CrashNarr
Assembly: P4s3CrashNarr (in P4s3CrashNarr.exe) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
private Bitmap ProcessImage(
	byte[] b
)
Visual Basic
Private Function ProcessImage ( 
	b As Byte()
) As Bitmap
Visual C++
private:
Bitmap^ ProcessImage(
	array<unsigned char>^ b
)

Parameters

b
Type: array<System..::..Byte>[]()[][]

Return Value

Type: Bitmap

See Also