DisplayImageObserver Property

CVB.Net Documentation
Gets the observer to receive new Image pushes.

Namespace:  Stemmer.Cvb.Wpf.Controls
Assembly:  Stemmer.Cvb.Wpf (in Stemmer.Cvb.Wpf.dll) Version: 14.0.0.0
Syntax

public IObserver<Image> ImageObserver { get; }

Property Value

Type: IObserverImage
Remarks

If multiple Images are to be displayed in one render phase, only the newest is rendered.

It is safe to push Images from non-UI threads.

See Also

Reference