[Missing <summary> documentation for "P:CWrapper.cImage.RGB32"]

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

Syntax

C#
public bool RGB32 { get; set; }
Visual Basic (Declaration)
Public Property RGB32 As Boolean
Visual C++
public:
property bool RGB32 {
	bool get ();
	void set (bool value);
}

See Also