LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)
LEAD Technologies, Inc

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. .NET support WinRT support Silverlight support
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;}
 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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MinimumToZeroCommand Class
MinimumToZeroCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.