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

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

Syntax

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

Implements

ICoreImageCom..::.BitsPerPixel

See Also