Click or drag to resize

BevelEdgeCommandSmoothFactor Property

Gets or sets the smooth the bevel edge. (0-500)

Namespace:  Atalasoft.Imaging.ImageProcessing.Effects
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public double SmoothFactor { get; set; }

Property Value

Type: Double
Smooth the bevel edge. (0-500)
Exceptions
ExceptionCondition
Thrown if value is not between 0 and 500.
See Also