Click or drag to resize

BaseImageProcessingVariationCapableElementVaryParameterPermutational Method

Increments or decrements the first parameter that is found whose counter has not reached the wanted tryCount. The search is done permutationally, i.e. a "lower" parameter's counter is reset as soon a "higher" parameter has reached its max. counter value.

Namespace: RAYLASE.Marker.JobElement.ImageProcessing
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
public VariationParameter VaryParameterPermutational(
	IImageProcessingView guiView
)

Parameters

guiView  IImageProcessingView

[Missing <param name="guiView"/> documentation for "M:RAYLASE.Marker.JobElement.ImageProcessing.BaseImageProcessingVariationCapableElement.VaryParameterPermutational(RAYLASE.Marker.JobElement.ImageProcessing.IImageProcessingView)"]

Return Value

VariationParameter

[Missing <returns> documentation for "M:RAYLASE.Marker.JobElement.ImageProcessing.BaseImageProcessingVariationCapableElement.VaryParameterPermutational(RAYLASE.Marker.JobElement.ImageProcessing.IImageProcessingView)"]

See Also