LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)
LEAD Technologies, Inc

UniDirection Property






Gets or sets a flag that indicates whether the motion extends only in one direction. .NET support WinRT support
Syntax
public bool UniDirection {get; set;}
'Declaration
 
Public Property UniDirection As Boolean
'Usage
 
Dim instance As MotionBlurCommand
Dim value As Boolean
 
instance.UniDirection = value
 
value = instance.UniDirection
public bool UniDirection {get; set;}
 get_UniDirection();
set_UniDirection(value);
public:
property bool UniDirection {
   bool get();
   void set (    bool value);
}

Property Value

Flag that indicates whether the motion extends only in one direction. Possible values are:

Value Meaning
true The motion blur effect is only in the direction specified in the Angle property.
false The motion blur effect is along the line with that angle. For example, if the Angle property is 0, the blur effect will occur in the 0 degree direction and the 180 degree direction.
Example
Refer to MotionBlurCommand.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MotionBlurCommand Class
MotionBlurCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.