| FileStorageWriteScalar Method (Int32) |
[Missing <summary> documentation for "M:OpenCvSharp.FileStorage.WriteScalar(System.Int32)"]
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public void WriteScalar(
int value
)
Public Sub WriteScalar (
value As Integer
)
public:
void WriteScalar(
int value
)
member WriteScalar :
value : int -> unit
Parameters
- value
- Type: SystemInt32
[Missing <param name="value"/> documentation for "M:OpenCvSharp.FileStorage.WriteScalar(System.Int32)"]
See Also