[Missing <summary> documentation for "M:CWrapper.CMMCore.setSLMImage(System.String,System.UInt32[])"]

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

Syntax

C#
public void setSLMImage(
	string deviceLabel,
	uint[] pixels
)
Visual Basic (Declaration)
Public Sub setSLMImage ( _
	deviceLabel As String, _
	pixels As UInteger() _
)
Visual C++
public:
void setSLMImage(
	String^ deviceLabel, 
	array<unsigned int>^ pixels
)

Parameters

deviceLabel
Type: System..::.String

[Missing <param name="deviceLabel"/> documentation for "M:CWrapper.CMMCore.setSLMImage(System.String,System.UInt32[])"]

pixels
Type: array< System..::.UInt32 >[]()[]

[Missing <param name="pixels"/> documentation for "M:CWrapper.CMMCore.setSLMImage(System.String,System.UInt32[])"]

See Also