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

Show in webframe

VerticalFactor Property








Gets or sets the value that indicates the vertical displacement factor, in percent of the image dimensions.
Syntax
public int VerticalFactor {get; set;}
'Declaration
 
Public Property VerticalFactor As Integer
'Usage
 
Dim instance As DisplacementCommand
Dim value As Integer
 
instance.VerticalFactor = value
 
value = instance.VerticalFactor
public int VerticalFactor {get; set;}
@property (nonatomic, assign) NSUInteger verticalFactor
public int getVerticalFactor()
public void setVerticalFactor(int value)
            
 <br/>get_VerticalFactor();<br/>set_VerticalFactor(value);<br/>Object.defineProperty('VerticalFactor'); 
public:
property int VerticalFactor {
   int get();
   void set (    int value);
}

Property Value

Value that indicates the vertical 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