Table of Contents

Method AsRegionPtr

Namespace
PaintDotNet.Imaging
Assembly
PaintDotNet.Windows.Core.dll

AsRegionPtr<TPixel>(IBitmapLock<TPixel>)

public static RegionPtr<TPixel> AsRegionPtr<TPixel>(this IBitmapLock<TPixel> bitmapLock) where TPixel : unmanaged, INaturalPixelInfo

Parameters

bitmapLock IBitmapLock<TPixel>

Returns

RegionPtr<TPixel>

Type Parameters

TPixel