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 short[,] GetArrayInt16()
Visual Basic (Declaration)
Public Function GetArrayInt16 As Short(,)
Visual C++
public:
virtual array<short,2>^ GetArrayInt16() sealed

Return Value

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

Implements

ICoreImageCom..::.GetArrayInt16()()()

See Also