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

InvalidationTarget.Rectangle Property

Gets/sets a region to invalidate.

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

Syntax

Visual Basic
Public Property Rectangle As Rectangle
C#
public Rectangle Rectangle { get; set; }

Property Value

A rectangle that represents the region to invalidate.

See Also

Reference