Click or drag to resize

BitmapInfo(Int32, Int32, Int32, Byte) Constructor

Initializes a new instance of the BitmapInfo class

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public BitmapInfo(
	int width,
	int height,
	int bitCount,
	byte[] data
)

Parameters

width  Int32
 
height  Int32
 
bitCount  Int32
 
data  Byte
 
See Also