Initializes a new instance of the XYStage class

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

Syntax

C#
public XYStage(
	EasyCore Ecore,
	string DeviceLabel
)
Visual Basic (Declaration)
Public Sub New ( _
	Ecore As EasyCore, _
	DeviceLabel As String _
)
Visual C++
public:
XYStage(
	EasyCore^ Ecore, 
	String^ DeviceLabel
)

Parameters

Ecore
Type: CoreDevices..::.EasyCore

[Missing <param name="Ecore"/> documentation for "M:CoreDevices.Devices.XYStage.#ctor(CoreDevices.EasyCore,System.String)"]

DeviceLabel
Type: System..::.String

[Missing <param name="DeviceLabel"/> documentation for "M:CoreDevices.Devices.XYStage.#ctor(CoreDevices.EasyCore,System.String)"]

See Also