BitmapConverterInit Method |
Width of the pictureHeight of the picturePixelformat of the picture. The supported formats are: Format24bppRgb, Format32bppArgb, Format8bppIndexed
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic void Init(
int width,
int height,
PixelFormat format = PixelFormat.Format24bppRgb
)
Public Sub Init (
width As Integer,
height As Integer,
Optional format As PixelFormat = PixelFormat.Format24bppRgb
)
public:
void Init(
int width,
int height,
PixelFormat format = PixelFormat::Format24bppRgb
)
member Init :
width : int *
height : int *
?format : PixelFormat
(* Defaults:
let _format = defaultArg format PixelFormat.Format24bppRgb
*)
-> unit
Parameters
- width Int32
-
- height Int32
-
- format PixelFormat (Optional)
-
See Also