Click or drag to resize

ImageViewerRefresh Method

Removes any cached images used for fast displays and redraws the image.

Namespace:  Atalasoft.Imaging.WinControls
Assembly:  Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public override void Refresh()
Remarks
This method should be called after modifying the AtalaImage directly, usually when using the drawing methods on the Canvas object.
See Also