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)
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.Media.BitmapInfoHeader
- data
- Type:System.Byte[]
See Also