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

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

Syntax

C#
public int Width { get; }
Visual Basic (Declaration)
Public ReadOnly Property Width As Integer
Visual C++
public:
virtual property int Width {
	int get () sealed;
}

Implements

ICoreImageCom..::.Width

See Also