Method Invalidate
- Namespace
- PaintDotNet
- Assembly
- PaintDotNet.Data.dll
Invalidate()
Causes the entire layer surface to be invalidated.
public void Invalidate()
Invalidate(Rectangle)
Causes a portion of the layer surface to be invalidated.
public void Invalidate(Rectangle roi)
Parameters
roi
RectangleThe rectangle of interest to be invalidated.
Invalidate(RectInt32)
public void Invalidate(RectInt32 roi)
Parameters
roi
RectInt32