Table of Contents

Method GetRegionScansReadOnly

Namespace
PaintDotNet
Assembly
PaintDotNet.Core.dll

GetRegionScansReadOnly()

This is an optimized version of GetRegionScans that returns a reference to the array that is used to cache the region scans. This mitigates performance when this array is requested many times on an unmodified PdnRegion. Thus, by using this method you are promising to not modify the array that is returned.

public RectangleF[] GetRegionScansReadOnly()

Returns

RectangleF[]