Click or drag to resize
ImageProviderT Constructor

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
protected ImageProvider(
	IByteArrayConverter<T> converter
)

Parameters

converter
Type: Ozeki.CommonIByteArrayConverterT
The converter that converts the byte array into an image.
See Also