Click or drag to resize

BitmapInfo(BitmapInfoHeader, Byte) Constructor

Initializes a new instance of the BitmapInfo class

Namespace: Ozeki.Media
Assembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.4.98
Syntax
public BitmapInfo(
	BitmapInfoHeader header,
	byte[] data
)

Parameters

header  BitmapInfoHeader
 
data  Byte
 
See Also