Click or drag to resize

WowTransform Constructor (Double, Boolean)

Creates a new instance of WowTransform specifying maxRadius, and bigWow.

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
)

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.
Exceptions
ExceptionCondition
Thrown if maxRadius is less than 0.
See Also