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; }
Public Property Scale As Double
Get
Set
Property Value
Type:
DoubleThe size of the noise.
Property Value
Type:
DoubleThe size of the noise.
Exceptions Exception | Condition |
---|
| Thrown if the scale is less than 0 or greater than 100. |
Remarks Default value is 50.
See Also