Click or drag to resize

BaseImageProcessingElementLimitInputValues Method

Checks all input values on exceeding ranges. If any range is exceeded, the value is set to the min. or max. allowed value.

Namespace: RAYLASE.Marker.JobElement.ImageProcessing
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
public virtual bool LimitInputValues()

Return Value

Boolean
true if any value is exceeded and modified therefore, false if no range is exceeded and now correction is done.
See Also