Click or drag to resize

FileStorage.WriteRaw Method

Writes one or more numbers of the specified format to the currently written structure

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public void WriteRaw(
	string fmt,
	IntPtr vec,
	long len
)

Parameters

fmt
Type: System.String
vec
Type: System.IntPtr
len
Type: System.Int64
See Also