Click or drag to resize

NoiseGenerator Constructor

Creates a NoiseGenerator object used for creating images of random noise patterns.
Overload List
  NameDescription
Public methodNoiseGenerator
Initializes a new instance of the NoiseGenerator class.
Public methodNoiseGenerator(Size)
Initializes a new instance of NoiseGenerator specifying the resulting image size.
Public methodNoiseGenerator(Size, Double)
Initializes a new instance of NoiseGenerator specifying the resulting image size and scale.
Protected methodNoiseGenerator(SerializationInfo, StreamingContext)
Initializes a new instance of NoiseGenerator.
Public methodNoiseGenerator(Size, Double, NoiseGeneratorMode)
Initializes a new instance of NoiseGenerator specifying the resulting image size, scale and mode.
Public methodNoiseGenerator(Size, Double, NoiseGeneratorMode, Color)
Initializes a new instance of NoiseGenerator specifying the resulting image size, scale, mode and base color.
Top
See Also