Table of Contents

Method CopyPixels

Namespace
SharpVectors.Runtime
Assembly
SharpVectors.Runtime.Wpf.dll

CopyPixels(Int32Rect, IntPtr, int, int)

Copies the bitmap pixel data within the specified rectangle

public override void CopyPixels(Int32Rect sourceRect, IntPtr buffer, int bufferSize, int stride)

Parameters

sourceRect Int32Rect

The source rectangle to copy. An Empty value specifies the entire bitmap.

buffer IntPtr

A pointer to the buffer.

bufferSize int

The size of the buffer.

stride int

The stride of the bitmap.