Click or drag to resize

NoiseGenerator Constructor (Size, Double, NoiseGeneratorMode)

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

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,
	NoiseGeneratorMode mode
)

Parameters

imageSize
Type: System.DrawingSize
The size of the resulting image containing noise.
scale
Type: SystemDouble
The size of the noise.
mode
Type: Atalasoft.Imaging.ImageProcessingNoiseGeneratorMode

The type of noise to create.

See Also