Click or drag to resize

StippleCommand Constructor (Int32, StippleFilterType, StippleMode)

Creates a new instance of StippleCommand specifying the size, filter and stipple mode.

Namespace:  Atalasoft.Imaging.ImageProcessing.Effects
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public StippleCommand(
	int size,
	StippleFilterType filter,
	StippleMode mode
)

Parameters

size
Type: SystemInt32
The size of the spots. (0 to 100)
filter
Type: Atalasoft.Imaging.ImageProcessing.EffectsStippleFilterType

The StippleFilterType used to control blurring.

mode
Type: Atalasoft.Imaging.ImageProcessing.EffectsStippleMode

The StippleMode to use for this command.

Exceptions
ExceptionCondition
Thrown if the size is less than 0 or greater than 100.
See Also