[Missing <summary> documentation for "P:CoreDevices.CoreImage.ImageRGB"]

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

Syntax

C#
public Bitmap ImageRGB { get; }
Visual Basic (Declaration)
Public ReadOnly Property ImageRGB As Bitmap
Visual C++
public:
virtual property Bitmap^ ImageRGB {
	Bitmap^ get () sealed;
}

Implements

ICoreImageCom..::.ImageRGB

See Also