ImageInitialize Method (Double)

CVB.Net Documentation
Initialize all planes of this image to the specified values.

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public void Initialize(
	params double[] values
)

Parameters

values
Type: SystemDouble
Calues to initialize the individual planes to
Exceptions

ExceptionCondition
ArgumentNullExceptionIf values is null
See Also

Reference