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

MultiLayerViewerInvalidationTarget Constructor (Rectangle, Layer)

Creates and initializes a new MultiLayerViewerInvalidationTarget object using the specified layer.

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

Syntax

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

Parameters

rectangle

Type: System.Drawing.Rectangle

A rectangle that represents the region to invalidate.
layer

Type: Aurigma.GraphicsMill.WinControls.Layer

A specific layer that is changed.

See Also

Reference