BitmapInfo(Int32, Int32, Int32, Byte) Constructor |
Initializes a new instance of the
BitmapInfo class
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
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[] -> BitmapInfo
Parameters
- width Int32
-
- height Int32
-
- bitCount Int32
-
- data Byte
-
See Also