Click or drag to resize
CanvasBitmapSetPixelBytes Method
Overload List
  NameDescription
Public methodSetPixelBytes(Byte)
Sets the byte data of the bitmap from the specified array.
Public methodSetPixelBytes(IBuffer)
Sets the byte data of the bitmap from the specified buffer.
Public methodSetPixelBytes(Byte, Int32, Int32, Int32, Int32)
Sets the byte data of a subregion of the bitmap.
Public methodSetPixelBytes(IBuffer, Int32, Int32, Int32, Int32)
Sets the byte data of a subregion of the bitmap from the specified buffer.
Top
See Also