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

Show in webframe

VerticalShift Property








Gets or sets the vertical shift of the image, in pixels.
Syntax
public int VerticalShift {get; set;}
'Declaration
 
Public Property VerticalShift As Integer
'Usage
 
Dim instance As OffsetCommand
Dim value As Integer
 
instance.VerticalShift = value
 
value = instance.VerticalShift
public int VerticalShift {get; set;}
@property (nonatomic, assign) NSInteger verticalShift
public int getVerticalShift()
public void setVerticalShift(int value)
            
 <br/>get_VerticalShift();<br/>set_VerticalShift(value);<br/>Object.defineProperty('VerticalShift'); 
public:
property int VerticalShift {
   int get();
   void set (    int value);
}

Property Value

Vertical 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