Set the element of the Array to val

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

Syntax

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

Parameters

val
MCvScalar
The value to be set for each element of the Array

See Also