LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

ShiftAmount Property (MinimumToZeroCommand)

Show in webframe







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

 

 


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