[Missing <summary> documentation for "M:CoreDevices.Devices.Camera.SetROI(System.Int32,System.Int32,System.Int32,System.Int32)"]

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

Syntax

C#
public virtual void SetROI(
	int X1,
	int Y1,
	int Width,
	int Height
)
Visual Basic (Declaration)
Public Overridable Sub SetROI ( _
	X1 As Integer, _
	Y1 As Integer, _
	Width As Integer, _
	Height As Integer _
)
Visual C++
public:
virtual void SetROI(
	int X1, 
	int Y1, 
	int Width, 
	int Height
)

Parameters

X1
Type: System..::.Int32

[Missing <param name="X1"/> documentation for "M:CoreDevices.Devices.Camera.SetROI(System.Int32,System.Int32,System.Int32,System.Int32)"]

Y1
Type: System..::.Int32

[Missing <param name="Y1"/> documentation for "M:CoreDevices.Devices.Camera.SetROI(System.Int32,System.Int32,System.Int32,System.Int32)"]

Width
Type: System..::.Int32

[Missing <param name="Width"/> documentation for "M:CoreDevices.Devices.Camera.SetROI(System.Int32,System.Int32,System.Int32,System.Int32)"]

Height
Type: System..::.Int32

[Missing <param name="Height"/> documentation for "M:CoreDevices.Devices.Camera.SetROI(System.Int32,System.Int32,System.Int32,System.Int32)"]

See Also