[Missing <summary> documentation for "M:CoreDevices.Interfaces.IComCMMCore.setROI(System.Int32,System.Int32,System.Int32,System.Int32)"]

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

Syntax

C#
void setROI(
	int x,
	int y,
	int xSize,
	int ySize
)
Visual Basic (Declaration)
Sub setROI ( _
	x As Integer, _
	y As Integer, _
	xSize As Integer, _
	ySize As Integer _
)
Visual C++
void setROI(
	int x, 
	int y, 
	int xSize, 
	int ySize
)

Parameters

x
Type: System..::.Int32

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

y
Type: System..::.Int32

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

xSize
Type: System..::.Int32

[Missing <param name="xSize"/> documentation for "M:CoreDevices.Interfaces.IComCMMCore.setROI(System.Int32,System.Int32,System.Int32,System.Int32)"]

ySize
Type: System..::.Int32

[Missing <param name="ySize"/> documentation for "M:CoreDevices.Interfaces.IComCMMCore.setROI(System.Int32,System.Int32,System.Int32,System.Int32)"]

See Also