←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
Java
Objective-C
WinRT C#
C++
public int ShiftAmount { get; set; } 
Public Property ShiftAmount As Integer 
public int ShiftAmount {get; set;} 
@property (nonatomic, assign) NSInteger shiftAmount 
public int getShiftAmount() 
public void setShiftAmount(int value) 
             
 <br/>get_ShiftAmount();<br/>set_ShiftAmount(value);<br/>Object.defineProperty('ShiftAmount');  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly