←Select platform

ShiftAmount Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int ShiftAmount { get; } 
Public ReadOnly Property ShiftAmount As Integer 
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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly