Click or drag to resize

SpinWaveTransform Constructor (Double, Double, Double, Point, InterpolationMode)

Creates a new instance of SpinWaveTransform specifying maxRadius, maxAngleOffset, periods, offset 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 SpinWaveTransform(
	double maxRadius,
	double maxAngleOffset,
	double periods,
	Point offset,
	InterpolationMode transformMode
)

Parameters

maxRadius
Type: SystemDouble
Maximum distance from the center for this effect.
maxAngleOffset
Type: SystemDouble
Angular distance to spin pixels (degrees).
periods
Type: SystemDouble
Number of periods in the distance wave.
offset
Type: System.DrawingPoint
The offset position from the center of the image.
transformMode
Type: Atalasoft.Imaging.ImageProcessingInterpolationMode
The InterpolationMode of this transform.
Exceptions
ExceptionCondition
Thrown if the maxRadius, maxAngleOffset or periods is less than 0.
See Also