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

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

Syntax

C#
public void setXYPosition(
	string deviceLabel,
	double x,
	double y
)
Visual Basic (Declaration)
Public Sub setXYPosition ( _
	deviceLabel As String, _
	x As Double, _
	y As Double _
)
Visual C++
public:
void setXYPosition(
	String^ deviceLabel, 
	double x, 
	double y
)

Parameters

deviceLabel
Type: System..::.String

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

x
Type: System..::.Double

[Missing <param name="x"/> documentation for "M:CWrapper.CMMCore.setXYPosition(System.String,System.Double,System.Double)"]

y
Type: System..::.Double

[Missing <param name="y"/> documentation for "M:CWrapper.CMMCore.setXYPosition(System.String,System.Double,System.Double)"]

See Also