LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

VerticalShift Property

Show in webframe







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) int verticalShift;
public int getVerticalShift()
public void setVerticalShift(int value)
            
 
get_VerticalShift();
set_VerticalShift(value);
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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.