Click or drag to resize

ImageProviderT Constructor

Initializes a new instance of the ImageProviderT class.

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

Parameters

converter  IByteArrayConverterT
The converter that converts the byte array into an image.
See Also