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

Show in webframe

HorizontalShift Property








Gets or sets the horizontal shift of the image, in pixels.
Syntax
public int HorizontalShift {get; set;}
'Declaration
 
Public Property HorizontalShift As Integer
'Usage
 
Dim instance As OffsetCommand
Dim value As Integer
 
instance.HorizontalShift = value
 
value = instance.HorizontalShift
public int HorizontalShift {get; set;}
@property (nonatomic, assign) NSInteger horizontalShift
public int getHorizontalShift()
public void setHorizontalShift(int value)
            
 <br/>get_HorizontalShift();<br/>set_HorizontalShift(value);<br/>Object.defineProperty('HorizontalShift'); 
public:
property int HorizontalShift {
   int get();
   void set (    int value);
}

Property Value

Horizontal shift of the image, in pixels.
Example
Refer to OffsetCommand example.
Requirements

Target Platforms

See Also

Reference

OffsetCommand Class
OffsetCommand Members

Error processing SSI file