Table of Contents

Method CreateSharedBitmap

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

CreateSharedBitmap<TPixel>(IBitmapLock<TPixel>)

public static IBitmap<TPixel> CreateSharedBitmap<TPixel>(this IBitmapLock<TPixel> bitmapLock) where TPixel : unmanaged, INaturalPixelInfo

Parameters

bitmapLock IBitmapLock<TPixel>

Returns

IBitmap<TPixel>

Type Parameters

TPixel