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

BitmapViewer.InvalidateViewer Method (InvalidationTarget)

Invalidates the specified target of 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 ( _
	target As InvalidationTarget _
)
C#
public override void InvalidateViewer(
	InvalidationTarget target
)

Parameters

target

Type: Aurigma.GraphicsMill.WinControls.InvalidationTarget

A descendant of the InvalidationTarget class that needs to be repainted.

Remarks

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

This method allows repainting of a specific object belonging to the control.

See Also

Reference