BitmapConverterInit Method |
Width of the pictureHeight of the picturePixelformat of the picture. The supported formats are: Format24bppRgb, Format32bppArgb, Format8bppIndexed
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.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
- Type: SystemInt32
- height
- Type: SystemInt32
- format (Optional)
- Type: System.Drawing.ImagingPixelFormat
See Also