| ScalarAll Method |
[Missing <summary> documentation for "M:OpenCvSharp.Scalar.All(System.Double)"]
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public static Scalar All(
double v
)
Public Shared Function All (
v As Double
) As Scalar
public:
static Scalar All(
double v
)
static member All :
v : float -> Scalar
Parameters
- v
- Type: SystemDouble
[Missing <param name="v"/> documentation for "M:OpenCvSharp.Scalar.All(System.Double)"]
Return Value
Type:
Scalar[Missing <returns> documentation for "M:OpenCvSharp.Scalar.All(System.Double)"]
See Also