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

Parameters

header
Type: Ozeki.MediaBitmapInfoHeader
data
Type: SystemByte
See Also