Table of Contents

Method Invalidate

Namespace
PaintDotNet
Assembly
PaintDotNet.Data.dll

Invalidate()

Causes the whole document to be invalidated, forcing a full rerender on the next call to Update.

public void Invalidate()

Invalidate(Rectangle)

Invalidates a portion of the document. The given region is then tagged for rerendering during the next call to Update.

public void Invalidate(Rectangle roi)

Parameters

roi Rectangle

The region of interest to be invalidated.

Invalidate(RectInt32)

public void Invalidate(RectInt32 roi)

Parameters

roi RectInt32