ImageInitialize Method (Area2D, Double)

CVB.Net Documentation
Initialize the given area in all planes of this image to the specified value.

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

public void Initialize(
	Area2D area,
	double value
)

Parameters

area
Type: Stemmer.CvbArea2D
Area to be initialized
value
Type: SystemDouble
Value to initialize to.
See Also

Reference