A convience method that can get an image from SnapFrame, adjust the contrast and then display image

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

Syntax

C#
public CoreImage SnapOneFrame(
	bool DisplayImage
)
Visual Basic (Declaration)
Public Function SnapOneFrame ( _
	DisplayImage As Boolean _
) As CoreImage
Visual C++
public:
virtual CoreImage^ SnapOneFrame(
	bool DisplayImage
) sealed

Parameters

DisplayImage
Type: System..::.Boolean

[Missing <param name="DisplayImage"/> documentation for "M:CoreDevices.Devices.Camera.SnapOneFrame(System.Boolean)"]

Return Value

[Missing <returns> documentation for "M:CoreDevices.Devices.Camera.SnapOneFrame(System.Boolean)"]

See Also