Click or drag to resize
CanvasBitmapGetPixelBytes Method
Overload List
  NameDescription
Public methodGetPixelBytes
Returns an array of raw byte data for the entire bitmap.
Public methodGetPixelBytes(IBuffer)
Copies raw byte data for the entire bitmap into the specified buffer.
Public methodGetPixelBytes(Int32, Int32, Int32, Int32)
Returns an array of raw byte data for a subregion of the bitmap.
Public methodGetPixelBytes(IBuffer, Int32, Int32, Int32, Int32)
Copies raw byte data for a subregion of the bitmap into the specified buffer.
Top
See Also