Accusoft.ImagXpress13.Net
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.

Streaks or blurs objects on the image to display them as moving using the specified parameters.
Syntax
public void MotionBlur( 
   int intensity,
   int velocityX,
   int velocityY
)
public: void MotionBlur( 
   int intensity,
   int velocityX,
   int velocityY
) 
public:
void MotionBlur( 
   int intensity,
   int velocityX,
   int velocityY
) 
'Declaration
 
Public Sub MotionBlur( _
   ByVal intensity As Integer, _
   ByVal velocityX As Integer, _
   ByVal velocityY As Integer _
) 
 
'Usage
 
Dim instance As Processor
Dim intensity As Integer
Dim velocityX As Integer
Dim velocityY As Integer
 
instance.MotionBlur(intensity, velocityX, velocityY)

Parameters

intensity

An integer which represents the intensity of the blur.

The range is from 1 to 25.

Larger values result in a larger blurring result.

velocityX

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.

velocityY

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.

See Also

Reference

Processor Class
Processor Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback