| BitmapInfo Constructor (Int32, Int32, Int32, Byte) | 
Initializes a new instance of the 
BitmapInfo class
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic BitmapInfo(
	int width,
	int height,
	int bitCount,
	byte[] data
)
Public Sub New ( 
	width As Integer,
	height As Integer,
	bitCount As Integer,
	data As Byte()
)
public:
BitmapInfo(
	int width, 
	int height, 
	int bitCount, 
	array<unsigned char>^ data
)
new : 
        width : int * 
        height : int * 
        bitCount : int * 
        data : byte[] -> BitmapInfoParameters
- width
 - Type: SystemInt32
 - height
 - Type: SystemInt32
 - bitCount
 - Type: SystemInt32
 - data
 - Type: SystemByte
 
See Also