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

MultiLayerViewerInvalidationTarget Constructor (Rectangle)

Creates and initializes a new MultiLayerViewerInvalidationTarget object.

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

Syntax

Visual Basic
Public Sub New ( _
	rectangle As Rectangle _
)
C#
public MultiLayerViewerInvalidationTarget(
	Rectangle rectangle
)

Parameters

rectangle

Type: System.Drawing.Rectangle

A rectangle that represents the region to invalidate.

See Also

Reference