Click or drag to resize

RippleTransform Constructor (Double, Double, Double, Point, RippleTransformMode)

Creates a new instance of RippleTransform specifying maxRadius, intensity, periods, offset and mode.

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 RippleTransform(
	double maxRadius,
	double intensity,
	double periods,
	Point offset,
	RippleTransformMode mode
)

Parameters

maxRadius
Type: SystemDouble
Maximum distance from the center for this effect.
intensity
Type: SystemDouble
Amount of intensity. (1 = no effect)
periods
Type: SystemDouble
Number of periods in the distance wave.
offset
Type: System.DrawingPoint
The offset position from the center of the image.
mode
Type: Atalasoft.Imaging.ImageProcessing.TransformsRippleTransformMode
The RippleTransformMode to use.
Exceptions
ExceptionCondition
Thrown if the maxRadius, intensity or periods are less than 0.
See Also