LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

ShiftAmount Property (ZeroToNegativeCommand)

Show in webframe







Gets or sets the value that is used to shift the image data to the negative side.
Syntax
public int ShiftAmount {get; set;}
'Declaration
 
Public Property ShiftAmount As Integer
'Usage
 
Dim instance As ZeroToNegativeCommand
Dim value As Integer
 
instance.ShiftAmount = value
 
value = instance.ShiftAmount
public int ShiftAmount {get; set;}
@property (nonatomic, assign) int 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 value);
}

Property Value

Value that is used to shift the image data to the negative side.
Example
Refer to ZeroToNegativeCommand example.
Requirements

Target Platforms

See Also

Reference

ZeroToNegativeCommand Class
ZeroToNegativeCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.