[Missing <summary> documentation for "M:CoreDevices.Interfaces.IComCMMCore.getROI(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 getROI(
	out int x,
	out int y,
	out int xSize,
	out int ySize
)
Visual Basic (Declaration)
Sub getROI ( _
	<OutAttribute> ByRef x As Integer, _
	<OutAttribute> ByRef y As Integer, _
	<OutAttribute> ByRef xSize As Integer, _
	<OutAttribute> ByRef ySize As Integer _
)
Visual C++
void getROI(
	[OutAttribute] int% x, 
	[OutAttribute] int% y, 
	[OutAttribute] int% xSize, 
	[OutAttribute] int% ySize
)

Parameters

x
Type: System..::.Int32 %

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

y
Type: System..::.Int32 %

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

xSize
Type: System..::.Int32 %

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

ySize
Type: System..::.Int32 %

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

See Also