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

Show in webframe

ShiftAmount Property (MinimumToZeroCommand)








Gets the value that the MinimumToZeroCommand class object uses to shift the negative values so that the minimum negative value will be zero.
Syntax
public int ShiftAmount {get;}
'Declaration
 
Public ReadOnly Property ShiftAmount As Integer
'Usage
 
Dim instance As MinimumToZeroCommand
Dim value As Integer
 
value = instance.ShiftAmount
public int ShiftAmount {get;}
@property (nonatomic, assign, readonly) NSUInteger shiftAmount
public int getShiftAmount()
 get_ShiftAmount(); 
public:
property int ShiftAmount {
   int get();
}

Property Value

Value that the MinimumToZeroCommand class object uses to shift the negative values so that the minimum negative value will be zero.
Example
Refer to MinimumToZeroCommand example.
Requirements

Target Platforms

See Also

Reference

MinimumToZeroCommand Class
MinimumToZeroCommand Members

Error processing SSI file