Click or drag to resize
BitmapInfo Constructor (BitmapInfoHeader,Byte[])
Initializes a new instance of the BitmapInfo class

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

Parameters

header
Type: Ozeki.Media.BitmapInfoHeader
data
Type:System.Byte[]
See Also