This takes a linear array and returns an image. All values in the array should be positive

Namespace:  CoreDevices
Assembly:  Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static CoreImage CreateImageFromArray(
	double[] ImageArray,
	int Width,
	int Height
)
Visual Basic (Declaration)
Public Shared Function CreateImageFromArray ( _
	ImageArray As Double(), _
	Width As Integer, _
	Height As Integer _
) As CoreImage
Visual C++
public:
static CoreImage^ CreateImageFromArray(
	array<double>^ ImageArray, 
	int Width, 
	int Height
)

Parameters

ImageArray
Type: array< System..::.Double >[]()[]

[Missing <param name="ImageArray"/> documentation for "M:CoreDevices.CoreImage.CreateImageFromArray(System.Double[],System.Int32,System.Int32)"]

Width
Type: System..::.Int32

[Missing <param name="Width"/> documentation for "M:CoreDevices.CoreImage.CreateImageFromArray(System.Double[],System.Int32,System.Int32)"]

Height
Type: System..::.Int32

[Missing <param name="Height"/> documentation for "M:CoreDevices.CoreImage.CreateImageFromArray(System.Double[],System.Int32,System.Int32)"]

Return Value

[Missing <returns> documentation for "M:CoreDevices.CoreImage.CreateImageFromArray(System.Double[],System.Int32,System.Int32)"]

See Also