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

MultiLayerViewer.InvalidateViewer Method

Invalidates 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).)

See Also

Reference