Click or drag to resize

VariationParameter.IsMyProcessingElement Method

Check if the given image processing element is the same as the one this variation parameter belongs to.

Namespace: RAYLASE.Marker.JobElement.ImageProcessing
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.20.0
Syntax
C#
public bool IsMyProcessingElement(
	BaseImageProcessingVariationCapableElement elem
)

Parameters

elem  BaseImageProcessingVariationCapableElement
The image processing element to check.

Return Value

Boolean
true if this variation parameter belongs to the given element.
See Also