This documentation is for the old version. Go to the latest Graphics Mill docs

Spray.Amount Property

Gets/sets 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

Visual Basic
Public Property Amount As Integer
C#
public int Amount { get; set; }

Property Value

Value specifying the amount of the effect (variance of the random number generated by the transform).

Remarks

Default value is 5.

See Also

Reference