Click or drag to resize

VariationParameter(VariationParameter) Constructor

Copy constructor.

Namespace: RAYLASE.Marker.JobElement.ImageProcessing
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
public VariationParameter(
	VariationParameter source
)

Parameters

source  VariationParameter
The source parameter to be copied.
See Also