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

Parameters

width  Int32
 
height  Int32
 
format  PixelFormat  (Optional)
 
See Also