FileStorageWriteRaw Method OpenCvSharp Class Library
Writes one or more numbers of the specified format to the currently written structure

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public void WriteRaw(
	string fmt,
	IntPtr vec,
	long len
)

Parameters

fmt
Type: SystemString

[Missing <param name="fmt"/> documentation for "M:OpenCvSharp.CPlusPlus.FileStorage.WriteRaw(System.String,System.IntPtr,System.Int64)"]

vec
Type: SystemIntPtr

[Missing <param name="vec"/> documentation for "M:OpenCvSharp.CPlusPlus.FileStorage.WriteRaw(System.String,System.IntPtr,System.Int64)"]

len
Type: SystemInt64

[Missing <param name="len"/> documentation for "M:OpenCvSharp.CPlusPlus.FileStorage.WriteRaw(System.String,System.IntPtr,System.Int64)"]

See Also

Reference