Table of Contents

Method OnCopyPixels

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

OnCopyPixels(void*, int, uint, RectInt32)

protected override sealed void OnCopyPixels(void* pBuffer, int bufferStride, uint bufferSize, RectInt32 srcRect)

Parameters

pBuffer void*
bufferStride int
bufferSize uint
srcRect RectInt32

OnCopyPixels(RegionPtr<TPixel>, Point2Int32)

protected abstract void OnCopyPixels(RegionPtr<TPixel> dst, Point2Int32 srcOffset)

Parameters

dst RegionPtr<TPixel>
srcOffset Point2Int32