CopyPixels(PixelRect, IntPtr, Int32, Int32) Method
Definition
Namespace: Avalonia.Media.Imaging
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public virtual void CopyPixels(
PixelRect sourceRect,
IntPtr buffer,
int bufferSize,
int stride
)
Public Overridable Sub CopyPixels (
sourceRect As PixelRect,
buffer As IntPtr,
bufferSize As Integer,
stride As Integer
)
abstract CopyPixels :
sourceRect : PixelRect *
buffer : IntPtr *
bufferSize : int *
stride : int -> unit
override CopyPixels :
sourceRect : PixelRect *
buffer : IntPtr *
bufferSize : int *
stride : int -> unit
Parameters
See Also
Reference
Bitmap Class
CopyPixels Overload
Avalonia.Media.Imaging Namespace