| Scalar Constructor (Double) |
Initializes a new instance of the
Scalar class
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public Scalar(
double v0
)
Public Sub New (
v0 As Double
)
public:
Scalar(
double v0
)
new :
v0 : float -> Scalar
Parameters
- v0
- Type: SystemDouble
[Missing <param name="v0"/> documentation for "M:OpenCvSharp.Scalar.#ctor(System.Double)"]
See Also