http://www.emgu.com
Returns whether the event loop has been stopped.
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.3.0.2824 (3.3.0.2824)
Syntaxpublic bool WasStopped { get; }
Public ReadOnly Property WasStopped As Boolean
Get
public:
property bool WasStopped {
bool get ();
}
member WasStopped : bool with get
Property Value
Type:
Boolean
See Also