Table of Contents

Property RenderScans

Namespace
PaintDotNet.Effects
Assembly
PaintDotNet.Effects.Core.dll

RenderScans

Gets a list of rectangles that that are affected by the selection. These are the "regions of interest," aka "rois." The rectangles are sorted in left-to-right, top-to-bottom order ("typewriter order").

IReadOnlyList<RectInt32> RenderScans { get; }

Property Value

IReadOnlyList<RectInt32>

Remarks

If EffectFlags.DisableSelectionClipping is used, the rectangles sent to Effect.Render() will not match the rectangles available from this property.