Spray.Amount Property

Gets or sets a random number variance (used as offset of pixel when it is being spreading).

Namespace: Aurigma.GraphicsMill.Transforms
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public int Amount { get; set; }

Property Value

The amount of the effect (variance of the random number generated by the transform). The default value is 5.

See Also

Reference