Overload List

  NameDescription
CreateImageFromArray(array<Double,2>[,](,)[,])
This takes an array and returns an image. All values in the array should be positive
CreateImageFromArray(array<Int16,2>[,](,)[,])
This takes an array and returns an image. All values in the array should be positive
CreateImageFromArray(array<Int32,2>[,](,)[,])
This takes an array and returns an image. All values in the array should be positive
CreateImageFromArray(array<Int64,2>[,](,)[,])
This takes an array and returns an image. All values in the array should be positive
CreateImageFromArray(array<Double>[]()[], Int32, Int32)
This takes a linear array and returns an image. All values in the array should be positive

See Also