←Select platform

HorizontalShift Property

Summary

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

Syntax
C#
VB
Objective-C
C++
Java
public int HorizontalShift { get; set; } 
Public Property HorizontalShift As Integer 
@property (nonatomic, assign) NSInteger horizontalShift 
public int getHorizontalShift() 
public void setHorizontalShift(int value) 
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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly