←Select platform

VerticalShift Property

Summary
Gets or sets the vertical shift of the image, in pixels.
Syntax
C#
VB
Objective-C
C++
Java
public int VerticalShift { get; set; } 
Public Property VerticalShift As Integer 
@property (nonatomic, assign) NSInteger verticalShift 
public int getVerticalShift() 
public void setVerticalShift(int value) 
public: 
property int VerticalShift { 
   int get(); 
   void set (    int ); 
} 

Property Value

Vertical shift of the image, in pixels.

Example

Refer to OffsetCommand example.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.