this is for the python code, It cannot handle the 2-D arrays, so we need to read them in 1 line at a time. painful, but required

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

Syntax

C#
public static void CreateBuildUpImagePy(
	int Width,
	int Height
)
Visual Basic (Declaration)
Public Shared Sub CreateBuildUpImagePy ( _
	Width As Integer, _
	Height As Integer _
)
Visual C++
public:
static void CreateBuildUpImagePy(
	int Width, 
	int Height
)

Parameters

Width
Type: System..::.Int32

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

Height
Type: System..::.Int32

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

See Also