WriteableBitmapCopyPixels(PixelRect, IntPtr, Int32, Int32) Method

Definition

Namespace: Avalonia.Media.Imaging
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public override void CopyPixels(
	PixelRect sourceRect,
	IntPtr buffer,
	int bufferSize,
	int stride
)

Parameters

sourceRect  PixelRect
 
buffer  IntPtr
 
bufferSize  Int32
 
stride  Int32
 

See Also