Click or drag to resize

MotionBlurCommandMode Property

Gets or sets the manner of the blur.

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 MotionBlurMode Mode { get; set; }

Property Value

Type: MotionBlurMode
The blur mode to use.
Remarks
Default value is MotionBlurMode.Linear.
See Also