Set the element of the Array to val

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public void SetValue(
	MCvScalar val
)
Visual Basic (Declaration)
Public Sub SetValue ( _
	val As MCvScalar _
)
Visual C++
public:
void SetValue(
	MCvScalar val
)

Parameters

val
Type: Emgu.CV.Structure..::.MCvScalar
The value to be set for each element of the Array

See Also