Invalidates the specified region 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 ( _
rectangle As Rectangle _
)
public abstract void InvalidateViewer(
Rectangle rectangle
)
Type: System.Drawing.Rectangle
A rectangle that represents the region to invalidate.It is recommended to use this method instead of System.Windows.Forms.Control.Invalidate.
This method allows repainting of a specific region belonging to the control.