Click or drag to resize

PerlinTransformScale Property

Gets or sets the size of the perlin noise.

Namespace:  Atalasoft.Imaging.ImageProcessing.Transforms
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public Size Scale { get; set; }

Property Value

Type: Size

The size of the perlin noise.

Exceptions
ExceptionCondition
Thrown if either the height or width is less than 0.
See Also