Click or drag to resize

MotionBlurCommand Constructor (Double, Int32, MotionBlurMode)

Constructs a new MotionBlurCommand with the provided distance, number of steps and 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 MotionBlurCommand(
	double distance,
	int steps,
	MotionBlurMode mode
)

Parameters

distance
Type: SystemDouble
The distance of the blur.
steps
Type: SystemInt32
The number of steps used in the blur.
mode
Type: Atalasoft.Imaging.ImageProcessing.EffectsMotionBlurMode
The manner of the blur.
Exceptions
ExceptionCondition
Thrown if the steps argument is less than 1.
See Also