Click or drag to resize

MotionBlurMode Enumeration

Defines the manner of blur for the MotionBlurCommand

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 enum MotionBlurMode
Members
  Member nameDescription
Linear The image is blurred in a line (traditional motion blur).
Radial The image is blurred in a circle around the center point.
Zoom The image is blurred as if zooming in.
See Also