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 (Array^, Int32, Int32)

 

Copies the bitmap pixel data into an array of pixels with the specified stride, starting at the specified offset.

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

public:
[SecurityCriticalAttribute]
[SecurityPermissionAttribute(SecurityAction::InheritanceDemand, 
	Flags = SecurityPermissionFlag::UnmanagedCode)]
virtual void CopyPixels(
	Array^ pixels,
	int stride,
	int offset
)

Parameters

pixels
Type: System::Array^

The destination array.

stride
Type: System::Int32

The stride of the bitmap.

offset
Type: System::Int32

The pixel location where copying starts.

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