Click or drag to resize

WowTransform Constructor (Double, Boolean, InterpolationMode)

Creates a new instance of WowTransform specifying maxRadius, bigWow 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 WowTransform(
	double maxRadius,
	bool bigWow,
	InterpolationMode transformMode
)

Parameters

maxRadius
Type: SystemDouble
Maximum distance from the center for this effect.
bigWow
Type: SystemBoolean
Makes it appear as if you are inside a clear sphere.
transformMode
Type: Atalasoft.Imaging.ImageProcessingInterpolationMode
Specifies the interpolation used with this transform.
Exceptions
ExceptionCondition
Thrown if maxRadius is less than 0.
See Also