Click or drag to resize

BitmapInfo(BitmapInfoHeader, 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(
	BitmapInfoHeader header,
	byte[] data
)

Parameters

header  BitmapInfoHeader
 
data  Byte
 
See Also