Click or drag to resize
BitmapConverter.ToImage Method

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public static Image ToImage(
	IntPtr buffer,
	int width,
	int height,
	int memoryLength,
	PixelFormat format,
	bool flip = false
)

Parameters

buffer
Type: System.IntPtr
width
Type: System.Int32
height
Type: System.Int32
memoryLength
Type: System.Int32
format
Type: System.Drawing.Imaging.PixelFormat
flip (Optional)
Type: System.Boolean

Return Value

Type: Image
See Also