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

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

Syntax

C#
public int NumComponents { get; set; }
Visual Basic (Declaration)
Public Property NumComponents As Integer
Visual C++
public:
property int NumComponents {
	int get ();
	void set (int value);
}

See Also