BitmapSource::CopyPixels Method (Array^, Int32, Int32)
.NET Framework (current version)
Copies the bitmap pixel data into an array of pixels with the specified stride, starting at the specified offset.
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
Available since 3.0
Show: