Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

BitmapSource::CopyPixels Method (Int32Rect, IntPtr, Int32, Int32)

 

Copies the bitmap pixel data within the specified rectangle

Namespace:   System.Windows.Media.Imaging
Assembly:  PresentationCore (in PresentationCore.dll)

public:
[SecurityCriticalAttribute]
[SecurityPermissionAttribute(SecurityAction::InheritanceDemand, 
	Flags = SecurityPermissionFlag::UnmanagedCode)]
[SecurityPermissionAttribute(SecurityAction::LinkDemand, Flags = SecurityPermissionFlag::UnmanagedCode)]
virtual void CopyPixels(
	Int32Rect sourceRect,
	IntPtr buffer,
	int bufferSize,
	int stride
)

Parameters

sourceRect
Type: System.Windows::Int32Rect

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

buffer
Type: System::IntPtr

A pointer to the buffer.

bufferSize
Type: System::Int32

The size of the buffer.

stride
Type: System::Int32

The stride of the bitmap.

An empty sourceRect value (specified as all zeros) copies the entire bitmap.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft