Initialize an image from data.

Namespace: Braintech
Assembly:  VOLTSIQCommon (in VOLTSIQCommon.dll)

Syntax

C#
public ByteImage(
	int w,
	int h,
	int stride,
	byte[] dat
)

Parameters

w
Int32
h
Int32
stride
Int32
dat
array<Byte>[]()

See Also

ByteImage Class
Braintech Namespace