OpenCvSharp.FileStorage.WriteRaw C# (CSharp) Method

WriteRaw() public method

Writes one or more numbers of the specified format to the currently written structure
public WriteRaw ( string fmt, IntPtr vec, long len ) : void
fmt string
vec System.IntPtr
len long
return void
        public void WriteRaw(string fmt, IntPtr vec, long len)
        {
            if (disposed)
                throw new ObjectDisposedException("FileStorage");
        }