ImageInitialize Method (Area2D, Double)

CVB.Net Documentation
Initialize the given area in 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(
	Area2D area,
	params double[] values
)

Parameters

area
Type: Stemmer.CvbArea2D
Area to be initialized.
values
Type: SystemDouble
Values to initialize the individual planes to.
Exceptions

ExceptionCondition
ArgumentNullExceptionIf values is null.
See Also

Reference