Click or drag to resize

BaseImageProcessingAutomationVaryParameter Method

Varies the given variation parameter according to the current loop state and updates the GUI.

Namespace: RAYLASE.Marker.JobElement.ImageProcessing
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.20.0
Syntax
C#
public virtual void VaryParameter(
	VariationParameter vp,
	IImageProcessingView guiView
)

Parameters

vp  VariationParameter
The variation parameter to be varied.
guiView  IImageProcessingView
The dialog to be updated.
See Also