Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

ShiftAmount Property (ZeroToNegativeCommand)








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) 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 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

Error processing SSI file