| FileStorageIsOpened Method |
Returns true if the object is associated with currently opened file.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public 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[Missing <returns> documentation for "M:OpenCvSharp.FileStorage.IsOpened"]
See Also