Click or drag to resize

IBitmapImageGetImageData Method

Gets the raw image data as 24bpp blue/green/red raw data, where each row is 32bit aligned.

Namespace:  CohesiveComputing.Imaging
Assembly:  CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
Syntax
C#
byte[] GetImageData()

Return Value

Type: Byte
Raw image data,
See Also