Click or drag to resize

RandomTransform Constructor (Double, InterpolationMode)

Creates a new instance of RandomTransform specifying amount and transformMode.

Namespace:  Atalasoft.Imaging.ImageProcessing.Transforms
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public RandomTransform(
	double amount,
	InterpolationMode transformMode
)

Parameters

amount
Type: SystemDouble
Amount to offset the pixels.
transformMode
Type: Atalasoft.Imaging.ImageProcessingInterpolationMode
Specifies the interpolation used with this transform.
Exceptions
ExceptionCondition
Thrown if amount is less than 0.
See Also