Click or drag to resize

NoiseGenerator Constructor (Size, Double)

Initializes a new instance of NoiseGenerator specifying the resulting image size and scale.

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 NoiseGenerator(
	Size imageSize,
	double scale
)

Parameters

imageSize
Type: System.DrawingSize
The size of the resulting image containing noise.
scale
Type: SystemDouble
The size of the noise.
See Also