LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

HorizontalShift Property

Show in webframe







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) int horizontalShift;
public int getHorizontalShift()
public void setHorizontalShift(int value)
            
 
get_HorizontalShift();
set_HorizontalShift(value);
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

 

 


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