[Missing <summary> documentation for "M:CoreDevices.Interfaces.IComCMMCore.setXYPosition(System.String,System.Double,System.Double)"]

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

Syntax

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

Parameters

deviceName
Type: System..::.String

[Missing <param name="deviceName"/> documentation for "M:CoreDevices.Interfaces.IComCMMCore.setXYPosition(System.String,System.Double,System.Double)"]

x
Type: System..::.Double

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

y
Type: System..::.Double

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

See Also