Atalasoft dotImage Send comments on this topic.
MotionBlurCommand Class
See Also  Members  
Atalasoft.dotImage Assembly > Atalasoft.Imaging.ImageProcessing.Effects Namespace : MotionBlurCommand Class




Create an effect to simulate motion blur on an image

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Class MotionBlurCommand 
   Inherits ImageRegionCommand
   Implements IThreadableCommand 
Visual Basic (Usage)Copy Code
Dim instance As MotionBlurCommand
C# 
[SerializableAttribute()]
public class MotionBlurCommand : ImageRegionCommand, IThreadableCommand  
Managed Extensions for C++ 
[SerializableAttribute()]
public __gc class MotionBlurCommand : public ImageRegionCommand, IThreadableCommand  
C++/CLI 
[SerializableAttribute()]
public ref class MotionBlurCommand : public ImageRegionCommand, IThreadableCommand  

Inheritance Hierarchy

System.Object
   Atalasoft.Imaging.ImageProcessing.ImageCommand
      Atalasoft.Imaging.ImageProcessing.ImageRegionCommand
         Atalasoft.Imaging.ImageProcessing.Effects.MotionBlurCommand

Requirements

Namespace: Atalasoft.Imaging.ImageProcessing.Effects

Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: Atalasoft.dotImage (in Atalasoft.dotImage.dll)

See Also