Click or drag to resize

MotionBlurCommand Constructor

Constructs a new MotionBlurCommand with the provided information.
Overload List
  NameDescription
Public methodMotionBlurCommand
Creates a new instance of MotionBlurCommand.
Public methodMotionBlurCommand(Double, Int32)
Constructs a new MotionBlurCommand with the provided distance and number of steps.
Protected methodMotionBlurCommand(SerializationInfo, StreamingContext)
Creates a new instance of MotionBlurCommand from serialization information.
Public methodMotionBlurCommand(Double, Int32, MotionBlurMode)
Constructs a new MotionBlurCommand with the provided distance, number of steps and mode.
Public methodMotionBlurCommand(Double, Int32, MotionBlurMode, Double)
Constructs a new MotionBlurCommand with the provided distance, number of steps, mode and angle.
Top
See Also