Declaring Type: ImageUtils
Namespace: Mindee.Image
Assembly: Mindee
Assembly Version: 3.21.0+995c229708fe61b0dacbe0bfca8ad9e39db87623
Convert a matrix of pixels into a compatible SKBitmap.
public static SKBitmap ArrayToImage(byte[,,] pixelArray);
pixelArray
byte[]
Raw array produce by DocLib’s .GetImage() function.
SKBitmap
A valid SKBitmap.
Documentation generated by MdDocs