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

BitmapViewer.InvalidateViewer Method

Invalidates the specified part of the control and causes it to be repainted.

Overload List

Name Description
Public method InvalidateViewer()

Invalidates the control and causes it to be repainted.

(Overrides ViewerBase.InvalidateViewer().)
Public method InvalidateViewer(Rectangle)

Invalidates the specified region of the control and causes it to be repainted.

(Overrides ViewerBase.InvalidateViewer(Rectangle).)
Public method InvalidateViewer(InvalidationTarget)

Invalidates the specified target of the control and causes it to be repainted.

(Overrides ViewerBase.InvalidateViewer(InvalidationTarget).)

Remarks

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

See Also

Reference