←Select platform

HorizontalShift Property

Summary

Gets or sets the horizontal shift of the image, in pixels.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int HorizontalShift { get; set; } 
Public Property HorizontalShift As Integer 
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 ); 
} 

Property Value

Horizontal shift of the image, in pixels.

Example

Refer to OffsetCommand example.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly