Click or drag to resize

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.199.0
Syntax
public void Init(
	int width,
	int height,
	PixelFormat format = PixelFormat.Format24bppRgb
)

Parameters

width
Type: SystemInt32
height
Type: SystemInt32
format (Optional)
Type: System.Drawing.ImagingPixelFormat
See Also