←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
Objective-C
C++
Java
public int ShiftAmount { get; } 
Public ReadOnly Property ShiftAmount As Integer 
@property (nonatomic, assign, readonly) NSUInteger shiftAmount 
public int getShiftAmount() 
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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly