Click or drag to resize

BaseImageProcessingVariationCapableElementVaryParameterSequential Method

Increments or decrements the first parameter that is found whose counter has not reached the wanted tryCount.

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

Parameters

guiView  IImageProcessingView

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

Return Value

VariationParameter
The variation parameter which has been varied.
See Also