FileStorageIsOpened Method
|
Returns true if the object is associated with currently opened file.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic virtual bool IsOpened()
Public Overridable Function IsOpened As Boolean
public:
virtual bool IsOpened()
abstract IsOpened : unit -> bool
override IsOpened : unit -> bool
Return Value
Type:
Boolean
See Also