Click or drag to resize

ImageProviderT Constructor

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

Parameters

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