This documentation is for the old version. Go to the latest Graphics Mill docs

BitmapViewer.InvalidateViewer Method

Invalidates the control and causes it to be repainted.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)

Syntax

Visual Basic
Public Overrides Sub InvalidateViewer
C#
public override void InvalidateViewer()

Remarks

It is recommended to use this method instead of System.Windows.Forms.Control.Invalidate.

See Also

Reference