ImagePlaneInitialize Method (Double)

CVB.Net Documentation
Initialize this plane to a specific value.

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

public void Initialize(
	double value
)

Parameters

value
Type: SystemDouble
value to initialize the plane to
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf the parent image has already been disposed
See Also

Reference