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

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

Syntax

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

See Also