Click or drag to resize

LensTransform Constructor (Double, Point)

Creates a new instance of LensTransform specifying radius and offset.

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 LensTransform(
	double radius,
	Point offset
)

Parameters

radius
Type: SystemDouble
Maximum distance from the center for this effect.
offset
Type: System.DrawingPoint
The offset position from the center of the image.
Exceptions
ExceptionCondition
Thrown if radius is less than 0.
See Also