Click or drag to resize

SpinTransformMaxRadius Property

Gets or sets the maximum distance from the center for this effect.

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 double MaxRadius { get; set; }

Property Value

Type: Double
Maximum distance from the center for this effect.
Exceptions
ExceptionCondition
Thrown if value is less than 0.
Remarks
Pixels outside of this radius will not be affected.
See Also