Click or drag to resize

NoiseGeneratorScale Property

Gets or sets the size of the noise.
Gets or sets the size of the noise.

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

Property Value

Type: Double
The size of the noise.

Property Value

Type: Double

The size of the noise.

Exceptions
ExceptionCondition
Thrown if the scale is less than 0 or greater than 100.
Remarks
Default value is 50.
See Also