[Missing <summary> documentation for "M:CoreDevices.NI_Controls.Image_Processor.PutImage(System.Int32,CoreDevices.CoreImage)"]

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

Syntax

C#
public void PutImage(
	int StackImageNumber,
	CoreImage ProcessedImage
)
Visual Basic (Declaration)
Public Sub PutImage ( _
	StackImageNumber As Integer, _
	ProcessedImage As CoreImage _
)
Visual C++
public:
void PutImage(
	int StackImageNumber, 
	CoreImage^ ProcessedImage
)

Parameters

StackImageNumber
Type: System..::.Int32

[Missing <param name="StackImageNumber"/> documentation for "M:CoreDevices.NI_Controls.Image_Processor.PutImage(System.Int32,CoreDevices.CoreImage)"]

ProcessedImage
Type: CoreDevices..::.CoreImage

[Missing <param name="ProcessedImage"/> documentation for "M:CoreDevices.NI_Controls.Image_Processor.PutImage(System.Int32,CoreDevices.CoreImage)"]

See Also