Leadtools.ImageProcessing.Core Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
ShiftAmount Property
See Also 
Leadtools.ImageProcessing.Core Namespace > MinimumToZeroCommand Class : ShiftAmount Property



Gets the value that the MinimumToZeroCommand class object uses to shift the negative values so that the minimum negative value will be zero.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property ShiftAmount As Integer
Visual Basic (Usage)Copy Code
Dim instance As MinimumToZeroCommand
Dim value As Integer
 
value = instance.ShiftAmount
C# 
public int ShiftAmount {get;}
C++/CLI 
public:
property int ShiftAmount {
   int get();
}

Return 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: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also