Click or drag to resize

NoiseGeneratorImageSize Property

Gets or sets the size of the resulting image.

Gets or sets the size of the resulting image containing 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 Size ImageSize { get; set; }

Property Value

Type: Size
The size of the resulting image.

Property Value

Type: Size
The size of the resulting image containing noise.
Exceptions
ExceptionCondition
Thrown if the width or height is less than 1.
See Also