BitmapInfo Constructor (BitmapInfoHeader, Byte) |
Initializes a new instance of the
BitmapInfo class
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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