DisplayCanvasRedrawImage Method

CVB.Net Documentation
Redraws the display based on the set Image.

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

public void RedrawImage()

Implements

IDisplayRedrawImage
Remarks

This method only works with a set Image and redraws this display with the image's content. This method does nothing if only a BitmapSource is set.
See Also

Reference