Accusoft.ImagXpressSdk Namespace > Processor Class : MotionBlur Method |
An integer which represents the intensity of the blur.
The range is from 1 to 25.
Larger values result in a larger blurring result.
An integer which represents the horizontal velocity.
The range is from -10 to 10.
Negaive values blur from right to left; postitive values blur from left to right.
An integer which represents the vertical velocity.
The range is from -10 to 10.
Negative values blur from bottom to top; positive values blur from top to bottom.
'Declaration Public Sub MotionBlur( _ ByVal intensity As Integer, _ ByVal velocityX As Integer, _ ByVal velocityY As Integer _ )
An integer which represents the intensity of the blur.
The range is from 1 to 25.
Larger values result in a larger blurring result.
An integer which represents the horizontal velocity.
The range is from -10 to 10.
Negaive values blur from right to left; postitive values blur from left to right.
An integer which represents the vertical velocity.
The range is from -10 to 10.
Negative values blur from bottom to top; positive values blur from top to bottom.