[Missing <summary> documentation for "M:CoreDevices.Devices.Camera.GetROI(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 GetROI(
	out int X1,
	out int Y1,
	out int Width,
	out int Height
)
Visual Basic (Declaration)
Public Overridable Sub GetROI ( _
	<OutAttribute> ByRef X1 As Integer, _
	<OutAttribute> ByRef Y1 As Integer, _
	<OutAttribute> ByRef Width As Integer, _
	<OutAttribute> ByRef Height As Integer _
)
Visual C++
public:
virtual void GetROI(
	[OutAttribute] int% X1, 
	[OutAttribute] int% Y1, 
	[OutAttribute] int% Width, 
	[OutAttribute] int% Height
)

Parameters

X1
Type: System..::.Int32 %

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

Y1
Type: System..::.Int32 %

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

Width
Type: System..::.Int32 %

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

Height
Type: System..::.Int32 %

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

See Also