Click or drag to resize
RemoteCameraFocusSetRoi Method
Set auto focus region of interest.

Namespace: Flir.Atlas.Live.Remote
Assembly: Flir.Atlas.Live (in Flir.Atlas.Live.dll) Version: 3.1
Syntax
C#
public void SetRoi(
	Rectangle roi
)

Parameters

roi
Type: System.DrawingRectangle
Region of interest.
Exceptions
ExceptionCondition
InvalidOperationException
See Also