Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

Show in webframe

HorizontalFactor Property








Gets or sets the value that indicates the horizontal displacement factor, in percent of the image dimensions.
Syntax
public int HorizontalFactor {get; set;}
'Declaration
 
Public Property HorizontalFactor As Integer
'Usage
 
Dim instance As DisplacementCommand
Dim value As Integer
 
instance.HorizontalFactor = value
 
value = instance.HorizontalFactor
public int HorizontalFactor {get; set;}
@property (nonatomic, assign) NSUInteger horizontalFactor
public int getHorizontalFactor()
public void setHorizontalFactor(int value)
            
 <br/>get_HorizontalFactor();<br/>set_HorizontalFactor(value);<br/>Object.defineProperty('HorizontalFactor'); 
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
Refer to DisplacementCommand example.
Requirements

Target Platforms

See Also

Reference

DisplacementCommand Class
DisplacementCommand Members

Error processing SSI file