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

TransformsProvider.Spray Method (Int32)

Applies spray effect on the image.

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

Syntax

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

Parameters

amount

Type: System.Int32

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

Remarks

You can also use Spray class to apply this effect.

Examples

Visual Basic
bitmap.Transforms.Spray(30)
C#
bitmap.Transforms.Spray(30);

See Also

Reference