Click or drag to resize

BitmapInfo Constructor (Int32, Int32, Int32, 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(
	int width,
	int height,
	int bitCount,
	byte[] data
)

Parameters

width
Type: SystemInt32
height
Type: SystemInt32
bitCount
Type: SystemInt32
data
Type: SystemByte
See Also