LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
HorizontalFactor Property
See Also 
Leadtools.ImageProcessing.Effects Namespace > DisplacementCommand Class : HorizontalFactor Property



Gets or sets the value that indicates the horizontal displacement factor, in percent of the image dimensions. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Property HorizontalFactor As Integer
Visual Basic (Usage)Copy Code
Dim instance As DisplacementCommand
Dim value As Integer
 
instance.HorizontalFactor = value
 
value = instance.HorizontalFactor
C# 
public int HorizontalFactor {get; set;}
C++/CLI 
public:
property int HorizontalFactor {
   int get();
   void set (    int value);
}

Property Value

Value that indicates the horizontal displacement factor, in percent of the image dimensions. The valid range is from 0 to 100.

Example

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also