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

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

Syntax

C#
public void setSLMPixelsTo(
	string deviceLabel,
	byte intensity
)
Visual Basic (Declaration)
Public Sub setSLMPixelsTo ( _
	deviceLabel As String, _
	intensity As Byte _
)
Visual C++
public:
void setSLMPixelsTo(
	String^ deviceLabel, 
	unsigned char intensity
)

Parameters

deviceLabel
Type: System..::.String

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

intensity
Type: System..::.Byte

[Missing <param name="intensity"/> documentation for "M:CWrapper.CMMCore.setSLMPixelsTo(System.String,System.Byte)"]

See Also