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

MultiLayerViewer.InvalidateViewer Method (Rectangle)

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

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)

Syntax

Visual Basic
Public Overrides Sub InvalidateViewer ( _
	rectangle As Rectangle _
)
C#
public override void InvalidateViewer(
	Rectangle rectangle
)

Parameters

rectangle

Type: System.Drawing.Rectangle

A rectangle that represents the region to invalidate.

See Also

Reference