BitmapInfo Constructor (BitmapInfoHeader, Byte) |
Initializes a new instance of the
BitmapInfo class
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic BitmapInfo(
BitmapInfoHeader header,
byte[] data
)
Public Sub New (
header As BitmapInfoHeader,
data As Byte()
)
public:
BitmapInfo(
BitmapInfoHeader header,
array<unsigned char>^ data
)
new :
header : BitmapInfoHeader *
data : byte[] -> BitmapInfo
Parameters
- header
- Type: Ozeki.MediaBitmapInfoHeader
- data
- Type: SystemByte
See Also