BitmapSource.CopyPixels Method
Copies the bitmap pixel data.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
CopyPixels(Array, Int32, Int32) | Copies the bitmap pixel data into an array of pixels with the specified stride, starting at the specified offset. |
|
CopyPixels(Int32Rect, Array, Int32, Int32) | Copies the bitmap pixel data within the specified rectangle into an array of pixels that has the specified stride starting at the specified offset. |
|
CopyPixels(Int32Rect, IntPtr, Int32, Int32) | Copies the bitmap pixel data within the specified rectangle |