←Select platform

ShiftAmount Property (ZeroToNegativeCommand)

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) 
get_ShiftAmount(); 
set_ShiftAmount(value); 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.Core Assembly
Click or drag to resize