Click or drag to resize

BaseImageProcessingVariationCapableElementUpdateUsedVariationParameters Method

Fills the list of currently used variation parameters with the values derived from this image processing element.

Namespace: RAYLASE.Marker.JobElement.ImageProcessing
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
public void UpdateUsedVariationParameters(
	BaseImageProcessingVariationCapableElement ipVce,
	bool areOwnParameters
)

Parameters

ipVce  BaseImageProcessingVariationCapableElement
The image processing element the variation parameters modified here are belonging to.
areOwnParameters  Boolean
true means that the parameters are the ones of the image processing element itself rather than the ones of another image processing element whose parameters are to be looped.
See Also