Indicates if the region of interest has been set

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public bool IsROISet { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsROISet As Boolean
Visual C++
public:
property bool IsROISet {
	bool get ();
}

See Also