| CanvasBitmapSetPixelBytes Method | 
| Name | Description | |
|---|---|---|
| SetPixelBytes(Byte) | Sets the byte data of the bitmap from the specified array.  | |
| SetPixelBytes(IBuffer) | Sets the byte data of the bitmap from the specified buffer.  | |
| SetPixelBytes(Byte, Int32, Int32, Int32, Int32) | Sets the byte data of a subregion of the bitmap.  | |
| SetPixelBytes(IBuffer, Int32, Int32, Int32, Int32) | Sets the byte data of a subregion of the bitmap from the specified buffer.  |