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

Spray Constructor (Int32)

Creates and initializes new Spray class instance. You can set spray amount here.

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

Syntax

Visual Basic
Public Sub New ( _
	amount As Integer _
)
C#
public Spray(
	int amount
)

Parameters

amount

Type: System.Int32

Value specifying the amount of the effect (variance of the random number generated by the transform). You can change this value later using Amount property.

See Also

Reference