Converts image into a regular array

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

Syntax

C#
public int[,] GetArrayInt32()
Visual Basic (Declaration)
Public Function GetArrayInt32 As Integer(,)
Visual C++
public:
virtual array<int,2>^ GetArrayInt32() sealed

Return Value

[Missing <returns> documentation for "M:CoreDevices.CoreImage.GetArrayInt32"]

Implements

ICoreImageCom..::.GetArrayInt32()()()

See Also