Applies spray effect on the image.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub Spray ( _ amount As Integer _ )
public void Spray( int amount )
Type: System.Int32
Value specifying the amount of the effect (variance of the random number generated by the transform).bitmap.Transforms.Spray(30)
bitmap.Transforms.Spray(30);