Click or drag to resize
BitmapConverterToImage 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: SystemIntPtr
width
Type: SystemInt32
height
Type: SystemInt32
memoryLength
Type: SystemInt32
format
Type: System.Drawing.ImagingPixelFormat
flip (Optional)
Type: SystemBoolean

Return Value

Type: Image
See Also