Method OnCopyPixels
- Namespace
- PaintDotNet.Imaging
- Assembly
- PaintDotNet.Windows.Core.dll
OnCopyPixels(void*, int, uint, RectInt32)
protected override sealed void OnCopyPixels(void* buffer, int bufferStride, uint bufferSize, RectInt32 srcRect)
Parameters
OnCopyPixels(RegionPtr<TPixel>, Point2Int32)
protected abstract void OnCopyPixels(RegionPtr<TPixel> dst, Point2Int32 srcOffset)
Parameters
dst
RegionPtr<TPixel>srcOffset
Point2Int32