CanvasBitmap.GetPixelBytes Method |
Name | Description | |
---|---|---|
![]() | GetPixelBytes() | Returns an array of raw byte data for the entire bitmap. |
![]() | GetPixelBytes(IBuffer) | Copies raw byte data for the entire bitmap into the specified buffer. |
![]() | GetPixelBytes(Int32, Int32, Int32, Int32) | Returns an array of raw byte data for a subregion of the bitmap. |
![]() | GetPixelBytes(IBuffer, Int32, Int32, Int32, Int32) | Copies raw byte data for a subregion of the bitmap into the specified buffer. |