←Select platform

ShiftAmount Property

Summary

Gets or sets the value that is used to shift the image data to the negative side.

Syntax
C#
VB
Objective-C
C++
Java
public int ShiftAmount { get; set; } 
Public Property ShiftAmount As Integer 
@property (nonatomic, assign) NSInteger shiftAmount 
public int getShiftAmount() 
public void setShiftAmount(int value) 
public: 
property int ShiftAmount { 
   int get(); 
   void set (    int ); 
} 

Property Value

Value that is used to shift the image data to the negative side.

Example

Refer to ZeroToNegativeCommand example.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Core Assembly