| FileStorageWriteRaw Method |
Writes one or more numbers of the specified format to the currently written structure
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public void WriteRaw(
string fmt,
IntPtr vec,
int len
)
Public Sub WriteRaw (
fmt As String,
vec As IntPtr,
len As Integer
)
public:
void WriteRaw(
String^ fmt,
IntPtr vec,
int len
)
member WriteRaw :
fmt : string *
vec : IntPtr *
len : int -> unit
Parameters
- fmt
- Type: SystemString
Specification of each array element, see @ref format_spec "format specification" - vec
- Type: SystemIntPtr
Pointer to the written array. - len
- Type: SystemInt32
Number of the uchar elements to write.
See Also