ImageViewerUpdateImage Method
Updates the displayed image.
Call this method when
Image content is mutated while the reference did not change
(e.g. rotation, palette change are such mutating operations).
Namespace: KGySoft.WinForms.ControlsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
public void UpdateImage()
public:
void UpdateImage()
member UpdateImage : unit -> unit