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)
Public MustOverride Sub InvalidateViewer ( _
target As InvalidationTarget _
)
public abstract void InvalidateViewer(
InvalidationTarget target
)
Type: Aurigma.GraphicsMill.WinControls.InvalidationTarget
A descendant of the InvalidationTarget class that needs to be repainted.It is recommended to use this method instead of System.Windows.Forms.Control.Invalidate.