Click or drag to resize

BaseImageProcessingVariationCapableElementResetParameter Method

Resets the given looping parameter to its base value as defined in the variation parameter list, and sets the counter to 0.

Namespace: RAYLASE.Marker.JobElement.ImageProcessing
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
protected virtual void ResetParameter(
	VariationParameter variationParameter
)

Parameters

variationParameter  VariationParameter
The parameter to be reset.
See Also